JQuery simple form verification, jquery Form Verification

Source: Internet
Author: User

JQuery simple form verification, jquery Form Verification

JQuery simple form verification results:
As long as there is a form, basically there will be form verification. Next we will briefly introduce the simplest form verification with examples, and how to prevent the filled form content from being empty.
The code example is as follows:

<! DOCTYPE html> 

The code above can verify whether the form is empty when submitting the form. If it is empty, a prompt box is displayed. The following describes how to achieve this effect:
1. Bind The submit button to the click event processing function, that is, when the submit button is clicked, the bound processing function will be executed.
II. in the event processing function, if ($ ("# username "). val () = "") can be used to determine whether the user name is null. If it is null, a prompt box is displayed, and a return false statement is followed, if ($ ("# pw "). the same is true for val () =.

Original address: http://www.51texiao.cn/jqueryjiaocheng/2015/0427/239.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.