Version 1.4.3
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.
-
.bind()
Attach a handler to an event for the elements.
-
.blur()
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
-
.change()
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
-
.click()
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
-
jQuery.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
-
.data()
Store arbitrary data associated with the matched elements.
-
jQuery.data()
Store arbitrary data associated with the specified element. Returns the value that was set.
-
.dblclick()
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
-
.delegate()
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.
-
.die()
Remove all event handlers previously attached using
.live()
from the elements. -
.error()
Bind an event handler to the "error" JavaScript event.
-
event.namespace
The namespace specified when the event was triggered.
-
.fadeIn()
Display the matched elements by fading them to opaque.
-
.fadeOut()
Hide the matched elements by fading them to transparent.
-
.fadeTo()
Adjust the opacity of the matched elements.
-
.focus()
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
-
.focusin()
Bind an event handler to the "focusin" event.
-
.focusout()
Bind an event handler to the "focusout" JavaScript event.
-
jQuery.fx.interval
The rate (in milliseconds) at which animations fire.
-
.hide()
Hide the matched elements.
-
jQuery.isWindow()
Determine whether the argument is a window.
-
.keydown()
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
-
.keypress()
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
-
.keyup()
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
-
.load()
Bind an event handler to the "load" JavaScript event.
-
.mousedown()
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
-
.mouseenter()
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
-
.mouseleave()
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
-
.mousemove()
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
-
.mouseout()
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
-
.mouseover()
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
-
.mouseup()
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
-
jQuery.now()
Return a number representing the current time.
-
.resize()
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
-
.scroll()
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
-
.select()
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
-
.show()
Display the matched elements.
-
.slideDown()
Display the matched elements with a sliding motion.
-
.slideToggle()
Display or hide the matched elements with a sliding motion.
-
.slideUp()
Hide the matched elements with a sliding motion.
-
.submit()
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
-
.toggle()
Display or hide the matched elements.
-
jQuery.type()
Determine the internal JavaScript [[Class]] of an object.
-
.unbind()
Remove a previously-attached event handler from the elements.
-
.undelegate()
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
-
.unload()
Bind an event handler to the "unload" JavaScript event.