Skip to content

A jQuery plugin that works on top of html5 constraint validation API

Notifications You must be signed in to change notification settings

slavicd/html5Validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

html5Validate

A jQuery plugin that works on top of html5 constraint validation API

how to use

$("#register-form").html5Validate({
    email: [{type: "server"}],
    password: [{type: "match", compare: "password_confirmation"}],
    password_confirmation: [{type: "match", compare: "password"}],
});

About

A jQuery plugin that works on top of html5 constraint validation API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published