Skip to content

Instantly share code, notes, and snippets.

@ss81
Created December 25, 2012 18:03
Show Gist options
  • Save ss81/4374498 to your computer and use it in GitHub Desktop.
Save ss81/4374498 to your computer and use it in GitHub Desktop.
Get the list of form elements
$('#user-register :input').each(function(){
console.log($(this).attr('name'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment