[jQuery] each function not iterating
Hi! I have this code: $("form.uplform").live('submit', function(){ if($(this).attr('validate')=='true'){ $("#testform>input").each(function(){ alert($(this).attr('name'));
[jQuery] each function not iterating
Hi! Sorry to flood please disregard my previous attemp to post for this same issue. This is the real post. I have this code within the ready function: $("form.uplform").live('submit', function(){ if($(this).attr('validate')=='true'){