Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created February 24, 2015 21:18
Show Gist options
  • Save LinzardMac/c9b9db579f9a8f299483 to your computer and use it in GitHub Desktop.
Save LinzardMac/c9b9db579f9a8f299483 to your computer and use it in GitHub Desktop.
var $messages = jQuery('#error-message-wrapper');
jQuery.validate({
form : '#eventsubmission',
modules : ' security',
onError : function() {
/*put fail message here */
},
modules : 'file',
decimalSeparator : '.'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment