.clearQueue()
Remove from the queue all items that have not yet been run.
Remove from the queue all items that have not yet been run.
Execute the next function on the queue for the matched elements.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Check to see if a DOM element is a descendant of another DOM element.
Store arbitrary data associated with the specified element and/or return the value that was set.
Execute the next function on the queue for the 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.
Merge the contents of two or more objects together into the first object.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Execute some JavaScript code globally.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Search for a specified value within an array and return its index (or -1 if not found).
Determine whether the argument is an array.
Check to see if an object is empty (contains no enumerable properties).
Determines if its argument is callable as a function.
Determines whether its argument represents a JavaScript number.
Check to see if an object is a plain object (created using “{}” or “new Object”).
Determine whether the argument is a window.
Check to see if a DOM node is within an XML document (or is an XML document).
Convert an array-like object into a true JavaScript array.
Translate all items in an array or object to new array of items.
Merge the contents of two arrays together into the first array.
An empty function.
Return a number representing the current time.
Parses a string into an array of DOM nodes.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Parses a string into an XML document.
Takes a function and returns a new one that will always have a particular context.
Show or manipulate the queue of functions to be executed on the matched element.
Remove a previously-stored piece of data.
A collection of properties that represent the presence of different browser features or bugs; intended for jQuery’s internal use.
Remove the whitespace from the beginning and end of a string.
Determine the internal JavaScript [[Class]] of an object.
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.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Show or manipulate the queue of functions to be executed on the matched elements.
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.