Skip to content

This example demonstrates the client side validation using jQuery validator. The validation contains all the html elements and also contains the custom validation by using addMethod()

scbushan05/jquery-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Client side validation using jQuery validator

Requirements

  1. jQuery core library
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  1. jQuery validator
<script src="https://cdn.jsdelivr.net/npm/jquery-validation@1.17.0/dist/jquery.validate.js"></script>

Include the above two CDN links just before closing the body tag

Learn More

You can find the tutorial for this example @

<http://bushansirgur.in/jquery-validation-example />

About

This example demonstrates the client side validation using jQuery validator. The validation contains all the html elements and also contains the custom validation by using addMethod()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published