Skip to content

libeo-vtt/jquery-custom-form-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Form Validation Plugin

A form validation plugin using is.js

Usage

  1. Include jQuery and dependencies:

    <script src="path/to/jquery.min.js"></script>
    <script src="path/to/underscore-min.js"></script>
    <script src="path/to/is.js"></script>
  2. Include plugin's code:

    <script src="path/to/jquery.customFormValidation.js"></script>
  3. Call the plugin:

    $('form').customFormValidation({
    	// config
    });

Downloads

History

Check Releases for detailed changelog.

About

A form validation plugin using is.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •