:checkbox Selector
Selects all elements of type checkbox.
Selects all elements of type checkbox.
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 an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Matches all elements that are checked or selected.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Hide the matched elements by fading them to transparent.
Encode a set of form elements as an array of names and values.
Remove a previously-attached event handler from the elements.
Encode a set of form elements as a string for submission.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Selects all elements that do not match the given selector.
The element where the currently-called jQuery event handler was attached.