scbushan05 / jquery-validation

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()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()


Languages

Language:HTML 57.5%Language:JavaScript 42.5%