Block default event in JS, block bubbling event __js

Source: Internet
Author: User

Block Default Events

1, in Javescript, return flase can prevent the default event, but must be added to the onmousedown incident, down to the end of the work, and then add back to Flase.

2, in the Custom function addevent, return flase will fail, please use the event object to block. Ev.preventdefault ()//block default event.

3, in the lower version of IE, these are not so, need to call in the OnMouseMove event obj.setcapture&&obj.setcapture (); and clearing Obj.releasecapture&&obj.releasecapture () in the OnMouseUp event;


Block event bubbling

Event bubbling:

1. When the child's event is triggered, the event of its parent is also triggered.

2, bubble and their display in the page regardless of the location, as long as in the HTML structure is a parent-child relationship, there is event bubbling.

3, prevent event bubbling must be added to the child. Blocked by the event object. Ev.cancelbubble=true;

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.