jQuery
HTML
CSS
JavaScript
PHP
SQL
WordPress
jQuery Reference

Quick Reference

This is a quick reference list of jQuery event methods that are used to trigger or attach a function to an event handler for the selected elements.

jQuery – event.namespace Property

The event.namespace property returns the namespace when the event is triggered, and can be used to handle tasks differently depending on the namespace.

jQuery – event.target Property

The event.target property returns which DOM element triggered the event and is often used to determine if the event is being handled due to event bubbling.

jQuery – focus() Method

The focus event occurs when an element gets focus when selected by a mouse click or by tabbing to it with the tab keyboard key.

jQuery – hover() Method

The hover() method specifies two functions to run when the mouse pointer hovers over the selected element, triggering the mouseenter and mouseleave events.

jQuery – mouseover() Method

The mouseover event occurs when the mouse pointer is over the selected element, and triggers even if over the element’s child element.

jQuery – on() Method

The on() method attaches one or more event handlers to the selected elements and child elements.

jQuery – one() Method

The one() method attaches one or more event handlers for the selected elements, and specifies a function to run when the event occurs.

We’d like to acknowledge that we learned a great deal of our coding from W3Schools and TutorialsPoint, borrowing heavily from their teaching process and excellent code examples. We highly recommend both sites to deepen your experience, and further your coding journey. We’re just hitting the basics here at 1SMARTchicken.

jQuery
HTML
CSS
JavaScript
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

Feedback

If you see an error on the page or the code itself is incorrect or incomplete, or just plain wrong, please let us know. We’re always learning. NOTE: we do not sell your information and will not send you spam emails.