.fadeToggle()
Display or hide the matched elements by animating their opacity.
Display or hide the matched elements by animating their opacity.
Remove an event handler.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Insert every element in the set of matched elements to the end of the target.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Create a deep copy of the set of matched elements.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Search for a given element from among the matched elements.
Load data from the server and place the returned HTML into the matched elements.