Version 1.1.3

  • Number event.which

    For key or button events, this attribute indicates the specific button or key that was pressed.

  • Map jQuery.browser

    Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.

  • String jQuery.browser.version

    The version number of the rendering engine for the user's browser.

  • Array jQuery.unique( Array array )

    Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.