jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Add handlers to be called when the Deferred object generates progress notifications.
Attach an event handler function for one or more events to the selected elements.
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 all next elements matching “next” that are immediately preceded by a sibling “prev”.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “error” JavaScript event.
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.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Add a collection of DOM elements onto the jQuery stack.
Convert an array-like object into a true JavaScript array.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Selects elements that have the specified attribute with a value containing a given substring.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Wrap an HTML structure around the content of each element in the set of matched elements.
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.