Danny O'Brian

Results 1 comments of Danny O'Brian

Based on the code sample from the jQuery-validate workaround above I solved the problem with this function attached to the form:validate event ``` javascript window.Parsley.on( 'form:validate', function (form) { if...