Version 1.2.6
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.2.6 Release Notes.
-
event.timeStamp
The difference in milliseconds between the time an event is triggered and January 1, 1970.
-
.innerHeight()
Get the current computed height for the first element in the set of matched elements, including padding but not border.
-
.innerWidth()
Get the current computed width for the first element in the set of matched elements, including padding but not border.
-
.outerHeight()
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin.
-
.outerWidth()
Get the current computed width for the first element in the set of matched elements, including padding and border.
-
.scrollLeft()
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
-
.scrollTop()
Get the current vertical position of the scroll bar for the first element in the set of matched elements.