:text Selector
Selects all input elements of type text.
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.
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 exactly equal to a certain value.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Selects all elements of type submit.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Execute the next function on the queue for the matched element.
Selects all button elements and elements of type button.
Remove a previously-attached event handler from the elements.
Determine if the callbacks list has been disabled.
The rate (in milliseconds) at which animations fire.
Disable a callback list from doing anything more.
Execute all handlers attached to an element for an event.
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.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Add a callback or a collection of callbacks to a callback list.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value containing a given substring.