jquery buys events on elements

Source: Internet
Author: User

jquery's element-bound events can be extracted using the data method .
through the (element). Data ("events") to obtain


//For example, to bind a button to two click events

$ ("button"). Click (function () {alert ("1")});
$ ("button"). Click (function () {alert ("2")});


//Click the button at this time to pop up the 2 and 1 alert boxes respectively


//Remove all click events for the button, which is the array

$ ("button"). Data (' Events '). Click
you see an array of two click events



get the array, you can adjust the order and then set it back.

$ ("button"). Data (' Events '). Click = Neweventarray;

The following is a test page for this method:

<span style= "FONT-SIZE:18PX;" ><%@ page contenttype= "Text/html;charset=utf-8" language= "java"%> <! DOCTYPE html> 


Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.

jquery buys events on elements

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.