:password Selector
Selects all elements of type password.
Selects all elements of type password.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Remove an event handler.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Selects all elements that are the only child of their parent.
The DOM element that initiated the event.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Remove elements from the set of matched elements.
Load JSON-encoded data from the server using a GET HTTP request.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Select all elements that are in the progress of an animation at the time the selector is run.
Encode a set of form elements as an array of names and values.
Selects all input, textarea, select and button elements.
Encode a set of form elements as a string for submission.