.on()
Attach an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Perform an asynchronous HTTP (Ajax) request.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove an event handler.
Perform a custom animation of a set of CSS properties.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Execute all handlers attached to an element for an event.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Attach an event handler for all elements which match the current selector, now and in the future.
Hide the matched elements by fading them to transparent.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Hide the matched elements.
Attach a handler to an event for the elements.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.