jQuery.isWindow()
Determine whether the argument is a window.
Determine whether the argument is a window.
Lock a callback list in its current state.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Determine whether an element has any jQuery data associated with it.
Selects all elements that are visible.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Globally disable all animations.
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.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Determines if its argument is callable as a function.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Selects all direct child elements specified by “child” of elements specified by “parent”.
Determine whether the argument is an array.
Selects all elements of type checkbox.
Search for a specified value within an array and return its index (or -1 if not found).
Selects all elements that have no siblings with the same element name.