I’m trying to use validationEngine’s hooks but can’t get it working.
From reading the manual, the following code should show an alert box after blurring every field that does not validate… but the alert box is not showing…
$('#myform').validationEngine();
$('#myform').bind('jqv.field.result', function(event, field, errorFound, prompText) {
alert('foo');
});
Note that the normal validation works great, so jQuery and validationEngine work fine.
ajax queries handle incorrectly with trigger custom event. there is a patch https://github.com/posabsolute/jQuery-Validation-Engine/pull/170