victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

data-validation-depends-on on name attribute with value like field[12] #665

Open vdeapps opened 6 years ago

vdeapps commented 6 years ago

Hi.

I need to use 'data-validation-depends-on' functionality on specific name. But ! my name variable is an array not a single word: name="field[12]", name="field[18]" Because, my form send multiple data with same basename.

Can you add this feature ?

Thanks, and thanks for your plugin.