Skip to content

Instantly share code, notes, and snippets.

@AndreKelling
Last active July 17, 2018 09:07
Show Gist options
  • Save AndreKelling/3703b2e1c087d809d3981a8a7695d810 to your computer and use it in GitHub Desktop.
Save AndreKelling/3703b2e1c087d809d3981a8a7695d810 to your computer and use it in GitHub Desktop.
jQuery / Parsley / Config
document.ParsleyConfig = {
excluded: 'input[type=button], input[type=submit], input[type=reset], input[type=hidden], [disabled], :hidden, .parsley-novalidate',
errorsWrapper: '<ul class="parsley-errors-list" role="alert"></ul>',
trigger: 'change focusout',
triggerAfterFailure: 'change focusout'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment