I did not had a lot of time to work on my plugins lately, I am also trying to push forward position absolute platform, but I did find a bit of time to work on my validation engine. In this updated you will find a bugfix to checkbox using some framework like Cake php and also:
Change validation trigger *thanks to Francois Duquette
You can change the event that triggers the validation in the settings, default is blur
-
$("#formID").validationEngine({
-
validationEventTriggers:"keyup blur", //will validate on keyup and blur
-
success : false,
-
failure : function() { callFailFunction() }
-
})
Debug Mode
I also added a debug window, it will appears when there is something wrong with the validation engine. It has a set of trigger to look upon validation and try to help you accordingly, it should help you get everything in line to get the script working in your environment.