:checked Selector
Matches all elements that are checked or selected.
Matches all elements that are checked or selected.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Display the matched elements by fading them to opaque.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Display the matched elements.
Display the matched elements with a sliding motion.
Selects all 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 height for the first element in the set of matched elements or set the height of every matched element.
Wrap an HTML structure around all elements in the set of matched elements.
Hide the matched elements with a sliding motion.
Hide the matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Attach a handler to an event for the elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Store arbitrary data associated with the specified element and/or return the value that was set.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.