Last active
July 17, 2018 09:07
-
-
Save AndreKelling/3703b2e1c087d809d3981a8a7695d810 to your computer and use it in GitHub Desktop.
jQuery / Parsley / Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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