.prop()
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Selects all elements that are hidden.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Selects all elements that are visible.
Bind an event handler to the “mousemove” 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.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Select the element at index n within the matched set.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “error” JavaScript event.
Selects all elements that do not match the given selector.
Selects even elements, zero-indexed. See also :odd.
Bind an event handler to the “mousedown” 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.
Bind an event handler to the “mouseover” 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.
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.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Selects all elements of type checkbox.