[jQuery] each function not iterating

2009-10-21 Thread j...@creatusadvertising.com
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

2009-10-21 Thread jan
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'){