here is the code:
var make2 = $('input[name="delete[]"]:checked').val();
var make 3 = make2;
var mantern = [] ;
while ( make3 > 0 ){
var mantern[make3] = $('input[name="delete[]"]:checked').val();
make3--;
}
why is this happening. When I tried the above code and posted it via firebug it gives me output of unexpected number.
I don't understand why it's outputting that?

New Topic/Question
Reply


MultiQuote



|