form fields; jquery validation -


I am trying to validate my form field while calling input text ID, but jquery is not validating it Here's what I have:

email2: {// United Rule requirement: true, email: true}},

if I change the name Yes = "email 2" it works fine, but I need to name = "email []" because I have an array of e-mail that I'm getting from the user, then I have my input Draft text and ID to validate jquery but it does not validate any idea?

The rules are not meant by name, id is not.

Something like this can work for you ...

  $ ("#form"). ({Rule: {"Email []": {/ * United Rule *}}}});  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -