jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
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
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.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Perform a custom animation of a set of CSS properties.
Display the matched elements.
Relinquish jQuery’s control of the $ variable.
Load data from the server and place the returned HTML into the matched elements.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Attach an event handler function for one or more events to the selected elements.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Bind an event handler to the “load” JavaScript event.
Display or hide the matched elements with a sliding motion.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects a single element with the given id attribute.
Create a deep copy of the set of matched elements.