.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.
Perform an asynchronous HTTP (Ajax) request.
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
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove an event handler.
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.
Perform a custom animation of a set of CSS properties.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
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.
Execute all handlers attached to an element for an event.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Hide the matched elements by fading them to transparent.
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 a handler to an event for the elements.
Hide the matched elements.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.