:visible Selector
Selects all elements that are visible.
Selects all elements that are visible.
Remove an event handler.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
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.
Execute some JavaScript code globally.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Attach an event handler for all elements which match the current selector, now and in the future.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Adjust the opacity of the matched elements.
Select all elements at an index less than index within the matched set.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Select all elements at an index greater than index within the matched set.
Show or manipulate the queue of functions to be executed on the matched elements.
Merge the contents of two or more objects together into the first object.
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 HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Remove a previously-attached event handler from the elements.
Wrap an HTML structure around each element in the set of matched elements.