JQuery Validate Dynamic Table
        Posted  
        
            by 
                Richard
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard
        
        
        
        Published on 2012-09-19T03:34:29Z
        Indexed on 
            2012/09/19
            3:37 UTC
        
        
        Read the original article
        Hit count: 322
        
I'm using the JQuery validation plug to validate my entire form. I also have a dynamic table on my registration page where the user can register more people. I can validate the rest of the form fine but my goal is to validate the table inputs just the same. Here is my jfiddle code: tables
I don't know why the add line won't work there but it definitely works on my page. Anyway, that code ends up validate ONLY the first row of my table, but I want it to validate every single row. Can anyone see any problems with the code?
© Stack Overflow or respective owner