Besides click, mouseover, and mouseleave, are there any other events for jQuery’s on() function or are those the main uses for on()? I can’t find any documentation on it.
Besides click, mouseover, and mouseleave, are there any other events for jQuery’s on() function
Share
You can use built-in DOM events or you can create your own events. Here’s a list of some of the built-in DOM events (all events don’t occur on all types of objects):
See http://en.wikipedia.org/wiki/DOM_events for a decent description of most of these.