.bind()
Attach a handler to an event for the elements.
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.4.3 Release Notes.
Attach a handler to an event for the elements.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
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.
Remove event handlers previously attached using .live() from the elements.
Bind an event handler to the “error” JavaScript event.
The namespace specified when the event was triggered.
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Adjust the opacity of the matched elements.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Hide the matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Store arbitrary data associated with the specified element and/or return the value that was set.
The rate (in milliseconds) at which animations fire.
Determine whether the argument is a window.
Return a number representing the current time.
Determine the internal JavaScript [[Class]] of an object.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “load” JavaScript event.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseup” 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.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Display the matched elements.
Display the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Display or hide the matched elements.
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.
Bind an event handler to the “unload” JavaScript event.