jQuery.trim()
Remove the whitespace from the beginning and end of a string.
Remove the whitespace from the beginning and end of a string.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Insert every element in the set of matched elements to the beginning of the target.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Hide the matched elements with a sliding motion.
Remove a previously-attached event handler from the elements.
Creates an object that handles the actual transmission of Ajax data.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Merge the contents of two or more objects together into the first object.
Selects all elements that are hidden.
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.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Select all elements at an index greater than index within the matched set.
Set a timer to delay execution of subsequent items in the queue.