Skip to content

kevanescence/jquery-checkform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jquery checkform plugin

Tired of javascript form validation ? This Jquery plug-in provides various HTML form validation styles (events, ui styles, ajax...). It includes also a set of default patterns for the most common fields to be checked.

How to use it ?

Jquery checkform plugin is based on conventional naming rules for input's name attribute. If you respect these rules, you will only have to add the following javascript line

$("#myForm").checkform()

For more complicated cases or to custom the default patterns, have a look at the documentation page

Description of files

css/

contains the bootstrap css and the demonstration page css

doc/

documentation and demonstration pages. To run all examples, specially the ajax one, plugin directory must by placed at a web server root:
$ ls /var/www/html/jquery-checkform/
css doc images js tests

images/

some basic pictures and icons for the demo page

js/

javascript file : jquery, bootstrap and the plugin

tests/

a set of unit tests using qunit and the code coverage (using blanket). To run all the tests the archive must be place at a web server root. Otherwise, ajax issues can happen.

About

A simple form validation jquery plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages