Appendix D. Events
The following table contains all of the event methods supported by jQuery as listed in jQuery's official documentation at www.jquery.com
.
All of the event methods return the jQuery object.
Method | Description |
---|---|
Page Load | |
| Attaches a function that is executed when the DOM is completely loaded, that is, all markup, CSS, and JavaScript are loaded, but not necessarily images. |
Event Handling | |
| Attach a function that is executed when the event occurs. Multiple events can be specified in the event argument; if you specify multiple events, each event must be separated with a single space. |
| The |
| Attaches a function to be fired for the specified event. The function is only executed once. Subsequent events will not execute the specified function. |
| The |
| Triggers the specified event on matched elements. |
| The |
| Triggers the specified event on matched elements while canceling the browser's ... |
Get Beginning JavaScript® and CSS Development with jQuery now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.