.fadeToggle()
Display or hide the matched elements by animating their opacity.
Display or hide the matched elements by animating their opacity.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Attach an event handler function for one or more events to the selected elements.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Select all elements that have at least one child node (either an element or text).
Selects all elements of type password.
Adjust the opacity of the matched elements.
Hide the matched elements by fading them to transparent.
Display the matched elements by fading them to opaque.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Load data from the server using a HTTP GET request.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Selects all elements of type image.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Selects all elements that are selected.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.