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
What happens, if you do this way:-
$('#new_user_form input, #new_user_form select').each(function(key, value) {
Refer LIVE DEMO