.hover()
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Display the matched elements with a sliding motion.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Attach a handler to an event for the elements.
Hide the matched elements with a sliding motion.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Remove the set of matched elements from the DOM.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Selects all elements that are descendants of a given ancestor.
Selects the combined results of all the specified selectors.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Select the element at index n within the matched set.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.