SyntaxFix
Write A Post
Hire A Developer
Questions
I'm using:
$($('form').prop('elements')).each(function(){ console.info(this) });
It Seems ugly, but to me it is still the better way to get all the elements with jQuery.
jQuery