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.
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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Perform a custom animation of a set of CSS properties.
Attach a handler to an event for the elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
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.
Remove elements from the set of matched elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Remove a previously-attached event handler from the elements.
Load JSON-encoded data from the server using a GET HTTP request.
Remove from the queue all items that have not yet been run.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Send data to the server using a HTTP POST request.
Load data from the server and place the returned HTML into the matched elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.