input i want
var count = $('#adl_num').val();
count = parseInt(count);
for(var i = 0; i < count-1; i++)
$( ".each_person" ).eq(0).clone().appendTo( ".modal-body" );
but when it rewriten , have bug
how can i do this the clean way?
This looks clean already to me
Обсуждают сегодня