Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

parsely ignores hidden field

window.ParsleyConfig = {
  excluded: 'input[type=button], input[type=submit], input[type=reset]',
  inputs: 'input, textarea, select, input[type=hidden], :hidden',
};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #parsely #ignores #hidden #field
ADD COMMENT
Topic
Name
8+8 =