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
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Load data from the server and place the returned HTML into the matched elements.
Relinquish jQuery’s control of the $ variable.
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.
Display the matched elements.
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.
Remove event handlers previously attached using .live() from the elements.
Selects a single element with the given id attribute.
Perform a custom animation of a set of CSS properties.
Create a deep copy of the set of matched elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.