:password Selector
Selects all elements of type password.
Selects all elements of type password.
Selects all elements that are the first child of their parent.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Selects all elements of type radio.
Bind an event handler to the “focusout” event, or trigger that event on an element.
Selects element if it is currently focused.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
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 parent of each element in the current set of matched elements, optionally filtered by a selector.
Remove an event handler.
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.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Remove elements from the set of matched elements.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
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 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.
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.
The DOM element that initiated the event.
Selects all elements that are the only child of their parent.