Home >Web Front-end >JS Tutorial >Use jQuery validate to verify registration form example demonstration_jquery

Use jQuery validate to verify registration form example demonstration_jquery

WBOY
WBOYOriginal
2016-05-16 17:39:361166browse

Validation is a jQuery plug-in. The methods provided can greatly simplify the work of validating forms, and the functions are sufficient for general needs. The rules are simple enough and easy to use. As a simple example, use validation to verify the registration form.

First determine the verification goals:
1. Required fields cannot be empty
2. Registered username must be within 6-12 characters
3. Qualified email format
4. The password must be 6-18 characters
5. The confirmation password must be consistent with the password

ok, the goal is very clear. The main movie starts

Copy code The code is as follows:





After running, the following results are obtained
Use jQuery validate to verify registration form example demonstration_jquery

More usage references http://www.jb51.net/article/24405.htm
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn