How to execute jquery validation to array of input elements
I have a dynamic list of inputs that gets name of the user. I need to validate, using jquery validate plugin. Below is my code structure. I went through all the SO questions and could not get proper solution. Either…