callbacks.fireWith()
Call all callbacks in a list with the given context and arguments.
Call all callbacks in a list with the given context and arguments.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Add handlers to be called when the Deferred object is resolved.
Check to see if an object is empty (contains no enumerable properties).
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.
Remove the set of matched elements from the DOM.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Remove all child nodes of the set of matched elements from the DOM.
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
Insert content, specified by the parameter, after each element in the set of matched elements.
Hide the 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.
Return the number of elements in the jQuery object.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Retrieve all the elements contained in the jQuery set, as an array.
Merge the contents of two or more objects together into the first object.