.unbind()
Remove a previously-attached event handler from the elements.
Remove a previously-attached event handler from the elements.
Load JSON-encoded data from the server using a GET HTTP request.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Display the matched elements by fading them to opaque.
Display or hide the matched elements with a sliding motion.
Hide the matched elements by fading them to transparent.
Display or hide the matched elements.
Hide the matched elements.
Hide the matched elements with a sliding motion.
Create a deep copy of the set of matched elements.
Set default values for future Ajax requests. Its use is not recommended.
Specify a function to execute when the DOM is fully loaded.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Store arbitrary data associated with the specified element and/or return the value that was set.
Bind an event handler to the “load” event, or trigger that event on an element.
Selects all elements.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Display or hide the matched elements by animating their opacity.