Follow me on twitter Follow the position absolute RSS feed
28
October

Form Validation Engine 1.5 live

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

  1. $("#formID").validationEngine({
  2. validationEventTriggers:"keyup blur",  //will validate on keyup and blur  
  3. success :  false,
  4. failure : function() { callFailFunction()  }
  5. })

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.


Leave a Reply