.bind()
Attach a handler to an event for the elements.
Attach a handler to an event for the elements.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
The rate (in milliseconds) at which animations fire.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Remove a previously-attached event handler from the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.