Version 1.2

jQuery

Category: Version 1.2


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

jQuery.inArray()

Search for a specified value within an array and return its index (or -1 if not found).

.map()

Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.