:hidden Selector
Selects all elements that are hidden.
Selects all elements that are hidden.
Show or manipulate the queue of functions to be executed on the matched elements.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
The rate (in milliseconds) at which animations fire.
Stop the currently-running animation on the matched elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
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.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Selects even elements, zero-indexed. See also :odd.
Selects odd elements, zero-indexed. See also :even.
Selects all elements that do not match the given selector.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to the “error” JavaScript event.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Selects the last matched element.
Send data to the server using a HTTP POST request.
Bind an event handler to the “dblclick” 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.