.on()
Attach an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Bind an event handler to the “load” JavaScript event.
Selects the last matched element.
Set a timer to delay execution of subsequent items in the queue.
Selects even elements, zero-indexed. See also :odd.
Selects odd elements, zero-indexed. See also :even.
Selects the first matched DOM element.
Select all elements that have at least one child node (either an element or text).
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Remove an event handler.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Selects all input, textarea, select and button elements.
Selects all elements that are selected.
Selects all elements that are hidden.
Selects all elements that are headers, like h1, h2, h3 and so on.
Select all elements that are in the progress of an animation at the time the selector is run.
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.
Selects all elements that are visible.
Selects all button elements and elements of type button.