SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery has an excellent function for looping through a set of elements: .each()
$('#formId').children().each( function(){ //access to form element via $(this) } );