.slideToggle()
Display or hide the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Hide the matched elements.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
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.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
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 an event handler to the “focus” JavaScript event, or trigger that event on an element.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
For key or mouse events, this property indicates the specific key or button that was pressed.
Encode a set of form elements as an array of names and values.
Display the matched elements.