What is the function of return false in jQuey? jqueyfalse

Source: Internet
Author: User

What is the function of return false in jQuey? jqueyfalse

What is the function of return false in jQuey:
Return false is used in many statements. for developers familiar with it, of course, it is a thorough understanding of the role of the statement. Of course, they also know when to use the statement, however, it may not be clear for beginners. The following describes the function of the return false statement through examples.
The return Statement is generally used to return the function value. It does not execute the following statement and directly jumps to the place where the function is called. It also plays an important role in canceling the default event.
The code example is as follows:

 

<! DOCTYPE html> 

 

As you can see from the code above, clicking the link does not jump to the www.softwhy.com homepage. This is because return false can prevent the default behavior of the browser. For example, clicking a hyperlink will achieve webpage jump, which is the default behavior of the browser. The following is an example of Form Verification:

<! DOCTYPE html> 

In the above Code, the return false statement is added at the end of each judgment statement. If the user name or password is empty, a prompt box is displayed. If no return false statement is available, even if a prompt box is displayed, the form is still submitted, because clicking the submit form is the default event action of clicking the submit button.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 5827.

For more information, see: http://www.softwhy.com/jquery/

 

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.