:parent Selector
Select all elements that have at least one child node (either an element or text).
Select all elements that have at least one child node (either an element or text).
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Selects all elements of type submit.
Selects all input elements of type text.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Selects all input, textarea, select and button elements.
Search for a given element from among the matched elements.
Selects all elements of type reset.
Selects all elements of type image.
Attach a handler to an event for the elements.
Display or hide the matched elements.
Selects all elements of type checkbox.
Selects all direct child elements specified by “child” of elements specified by “parent”.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Load JSON-encoded data from the server using a GET HTTP request.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove a previously-attached event handler from the elements.
Remove a previously-stored piece of data.