jQuery library to autopopulate multiple fields
        Posted  
        
            by 
                user1134179
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1134179
        
        
        
        Published on 2012-11-27T22:22:06Z
        Indexed on 
            2012/11/27
            23:04 UTC
        
        
        Read the original article
        Hit count: 276
        
JavaScript
|jQuery
I have multiple textboxes with set character limits that together make up a code. There is value in the boxes being separated for a variety of reasons. I want to be able to paste a complete code in the first textbox and have it automatically populate all the textboxes. Is there a way to do this in javascript or a jquery library for this case?
Currently I'm using jQuery autotab on each textbox and I'd prefer to keep that functionality.
© Stack Overflow or respective owner