:only-child Selector
Selects all elements that are the only child of their parent.
Selects all elements that are the only child of their parent.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Remove elements from the set of matched elements.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Bind an event handler to the “submit” event, or trigger that event on an element.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects all elements of type submit.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Insert every element in the set of matched elements to the end of the target.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Selects elements that have the specified attribute with a value containing a given substring.
Selects all input elements of type text.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Execute all handlers attached to an element for an event.
Remove a previously-attached event handler from the elements.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Selects all button elements and elements of type button.
Retrieve all the elements contained in the jQuery set, as an array.