Created
          December 25, 2012 18:03 
        
      - 
      
- 
        Save ss81/4374498 to your computer and use it in GitHub Desktop. 
    Get the list of form elements
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $('#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