Version 1.4.1
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.4.1 Release Notes.
-
.die()
Remove all event handlers previously attached using
.live()
from the elements. -
jQuery.error
Takes a string and throws an exception containing it.
-
.height()
Get the current computed height for the first element in the set of matched elements.
-
jQuery.parseJSON
Takes a well-formed JSON string and returns the resulting JavaScript object.
-
.width()
Get the current computed width for the first element in the set of matched elements.