.off()
Remove an event handler.
Remove an event handler.
Globally disable all animations.
Attach an event handler function for one or more events to the selected elements.
Display the matched elements by fading them to opaque.
Remove event handlers previously attached using .live() from the elements.
Hide the matched elements by fading them to transparent.
Display or hide the matched elements by animating their opacity.
Display or hide the matched elements.
Adjust the opacity of the matched elements.
Display or hide the matched elements with a sliding motion.
Display the matched elements.
Hide the matched elements.
Perform a custom animation of a set of CSS properties.
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Remove the set of matched elements from the DOM.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Takes a function and returns a new one that will always have a particular context.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.