IT Solutions
Search This Blog
Tuesday, May 19, 2015
How to validate form using JQuery?
To validate a form use below code
var frmX = $("#formName");
var IsValid = frmX.valid();
Note: .valid() method validate the form and return boolean value which shows whether the form is valid or not.....
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment