Home > Article > Web Front-end > List of all events supported by JQuery's ON() method_jquery
Since jQuery added the on() and off() methods, I will no longer use other basic event-related operations such as $('xxx').click(function(){}); .
However, jQuery’s api does not say how many events can be bound to on. I accidentally discovered these while looking at the source code of jQuery 1.8.3 today. I am very happy~
The events supported in on are listed below and shared with everyone: