:visible Selector
Selects all elements that are visible.
Selects all elements that are visible.
Encode a set of form elements as an array of names and values.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all input, textarea, select and button elements.
Selects all elements.
Encode a set of form elements as a string for submission.
Select all elements that are in the progress of an animation at the time the selector is run.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Stop the currently-running animation on the matched elements.
Display or hide the matched elements with a sliding motion.
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.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Selects all elements of type reset.
Adds the specified class(es) to each element in the set of matched elements.
Selects all elements that are hidden.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Create a new jQuery object with elements added to the set of matched elements.
Hide the matched elements.