.resize()
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Selects all elements of type reset.
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.
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.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Takes a string and throws an exception containing it.
Determine if the callbacks list has been disabled.
Execute all handlers attached to an element for an event.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects all elements of type submit.
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.
Retrieve all the elements contained in the jQuery set, as an array.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Globally disable all animations.