.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.
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
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove an event handler.
Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: 1 2 3 4 5 … Continue reading
Attach a handler to an event for the elements.
Send data to the server using a HTTP POST request.
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.
Load data from the server using a HTTP GET request.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Perform a custom animation of a set of CSS properties.
Remove elements from the set of matched elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
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.
Load JSON-encoded data from the server using a GET HTTP request.