jQuery-Form-Validator
jQuery-Form-Validator copied to clipboard
data-validation-depends-on on name attribute with value like field[12]
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.