Slim jQuery Form Validation Plugin: Ketchup
6
Mar
// php the_time('Y') ?>
Ketchup is an easy-to-customize (in means of appearance & functionality) jQuery plugin for validating user inputs on the client-side.
The plugin works by inserting the validation rules inside the markup, just like:
<input type="password" id="new_pass" class="validate(required)" />
It comes with a bunch of ready-to-use rules, including: required, min/max length, number, URL, e-mail & much more where new ones can be created as well.
Using Ketchup, it is possible to combine validations (a field can be both required & e-mail).
Although the default setup of the plugin is very satisfactory, like mentioned, it is possible to create a new look & feel (which is easy with the documentation provided).
Requirements: jQuery
Website: http://demos.usejquery.com/ketchup-plugin/
Download: http://github.com/mustardamus/ketchup-plugin/downloads
Website: http://demos.usejquery.com/ketchup-plugin/
Download: http://github.com/mustardamus/ketchup-plugin/downloads
- Tags:
Javascript
- Filed under: Forms, GPL License, Goodies, MIT License
- 3 Comments



















3 Responses for "Slim jQuery Form Validation Plugin: Ketchup"
Good find.
Though it does not have a neat multilangauge design, it has a single file with language strings, so you can duplicate and translate it and include the right language in php parse time.
Validation doesnt work in IE7? I can submit their exampleform without any input at all…
Very good plugin to help with form validation. I look forward to implementation.