Analysis of jQuery event-on () method binding multiple selectors and multiple events-jquery-js tutorial

Source: Internet
Author: User
The following small series will bring you an analysis of jQuery events. The on () method binds multiple selectors and events. I think it is quite good. I will share it with you now. For your reference
$ (Document). on ('click', '# header. top, # main. btn', function () {// code ...});

Bind multiple events to the on () method

$ ("Table. planning_grid "). on ({mouseenter: function () {// Handle mouseenter ...}, mouseleave: function () {// Handle mouseleave ...}, click: function () {// Handle click ...}}, "td ");

Bind multiple selectors and events using the on () method

$ (Document ). on ({mouseenter: function () {// Handle mouseenter ...}, mouseleave: function () {// Handle mouseleave ...}, click: function () {// Handle click ...}}, 'click', '# header. top, # main. btn ');

The above analysis shows that the on () method of jQuery events is bound to multiple selectors. Multiple events are all the content shared by Alibaba Cloud xiaobian. I hope to give you a reference, I also hope that you will support your feet.

Related Article

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.