Version 1.3

jQuery

Category: Version 1.3


All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
Release Notes: 1.3, 1.3.1, 1.3.2

.closest()

For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.

event.result

The last value returned by an event handler that was triggered by this event, unless the value was undefined.