How do I tell a parsley-instance instance to exclude invisible form elements?
I found this in the documentation:
data-parsley-excluded="input[type=button], input[type=submit], input[type=reset], input[type=hidden], [disabled], :hidden"
But I'm not right now, where to install this option? How can I parse this parameter to the constructor?
Additional info: I attach parsley to my form with jQuery("#formid").parsley();
Many thanks. Congratulated
source
share