28
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
-
$("#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.
Leave a comment
Articles
Some Tweets
- kind of old, bit I like it http://www.thereisnopagefold.com/
- I really have a love/hate relationship with the E texteditor, so good but so bad at the same time
- onclick on a form instead of submit? Please never do javascript again
- Question: do you think the mobile web has a viable market right more? Pretty hard to convince clients to invest
- I meant jquery mobile.. meh
- Looks like sencha touch will have competition, jquery touch is looking hot!








