Version 1.4.3

jQuery

Category: 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.

.click()

Bind an event handler to the “click” JavaScript event, or trigger that event on an element.

.data()

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.

jQuery.cssHooks

Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.

jQuery.data()

Store arbitrary data associated with the specified element and/or return the value that was set.

.mouseup()

Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.