Browser default behavior

Source: Internet
Author: User

The browser has its own default behavior, such as:
Pressing the ENTER key in the form will submit the form, and the right mouse button will pop up the context menu.

To cancel the browser default behavior:

or directly return false:

However, it is important to note that when you use return false:
1, jquery has its own event processing layer, but also the processing package, if the event handler returns false, event bubbling and browser default events will be blocked.
2. Using native JavaScript, returning false in the event handler will only be the most value of the browser default behavior, and event bubbling still exists.
3. Browser default behavior and event bubbling are independent of each other. Blocking event bubbling does not affect the default behavior, and vice versa.

Attention:
Some browser behavior occurs before the event handler executes, meaning that these default behaviors cannot be canceled, such as: The style of the hyperlink on a hyperlink on most browsers changes, which occurs before the focus event and cannot be canceled in the focus event handler.

Browser default behavior

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.