I was just wondering what the best way of looping through all the child elements of a form would be? My form contains both input and select elements.
At the moment I
$('#new_user_form').find('input').each(function(){ //your code here });