For key or mouse events, this property indicates the specific key or button that was pressed. The
Bind an event handler to the "click" JavaScript event, or trigger that event on an element. This
Remove an event handler. The .off() method removes event handlers that were attached
Attach an event handler for all elements which match the current selector, now and in the future. As
Specify a function to execute when the DOM is fully loaded. While JavaScript provides the load
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element. This
Bind an event handler to the "focusout" JavaScript event. This method is a shortcut for .on(
Page 6 of 6