.bind()
Attach a handler to an event for the elements.
Attach a handler to an event for the elements.
Bind an event handler to the “blur” event, or trigger that event on an element.
Bind an event handler to the “change” event, or trigger that event on an element.
Bind an event handler to the “click” event, or trigger that event on an element.
Bind an event handler to the “contextmenu” 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” 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” event, or trigger that event on an element.
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” event, or trigger that event on an element.
Bind an event handler to the “focusin” event, or trigger that event on an element.
Bind an event handler to the “focusout” event, or trigger that event on an element.
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.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
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” event, or trigger that event on an element.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Bind an event handler to the “load” event, or trigger that event on an element.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Bind an event handler to the “mouseenter” event, or trigger that event on an element.
Bind an event handler to the “mouseleave” event, or trigger that event on an element.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Bind an event handler to the “mouseup” event, or trigger that event on an element.
Bind an event handler to the “resize” event, or trigger that event on an element.
Bind an event handler to the “scroll” event, or trigger that event on an element.
Bind an event handler to the “select” 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” 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” event, or trigger that event on an element.