Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Browser


Browser 2.3-AIO

The jQuery Browser Plugin is an addon for jQuery that makes it easy to uniquely identify your visitors' browsers. It passes JSLint verification.

Browser 2.1.0-Minified

The jQuery Browser Plugin is an addon for jQuery that makes it easy to uniquely identify your visitors' browsers. First, it quickly and carefully collects all of the identifying information about the browser. Then, it takes all of that data and places it into intuitively named keys inside the objects jQuery.browser, jQuery.layout, and jQuery.os. This makes browser information as easily accessible as jQuery already makes writing javascript.

Browser 2.1.0-Uncompressed

The jQuery Browser Plugin is an addon for jQuery that makes it easy to uniquely identify your visitors' browsers. First, it quickly and carefully collects all of the identifying information about the browser. Then, it takes all of that data and places it into intuitively named keys inside the objects jQuery.browser, jQuery.layout, and jQuery.os. This makes browser information as easily accessible as jQuery already makes writing javascript.

Browser 2.0-Uncompressed

The jQuery Browser Plugin is an addon for jQuery that makes it easy to uniquely identify your visitors' browsers. First, it quickly and carefully collects all of the information about the browser. Then, it takes all of that information and places it into intuitively named objects inside jQuery.browser, jQuery.layout, and jQuery.os. making browser information as easily accessible as jQuery already makes writing javascript.

Browser 1.1-Minified

Changed 'addSelectors' to 'addSelectors' and changed 'removeSelectors' to 'removeSelectors' because the new name actually makes sense.

Switched some ternary expressions to boolean OR checks to improve speed and code readability.

Followed the suggestion to have 'addSelectors' run by default (adding browser selectors to HTML). This can be very easily changed in the script for either functionality.

Browser 1.1-Uncompressed

Changed 'addSelectors' to 'addSelectors' and changed 'removeSelectors' to 'removeSelectors' because the new name actually makes sense.

Switched some ternary expressions to boolean OR checks to improve speed and code readability.

Followed the suggestion to have 'addSelectors' run by default (adding browser selectors to HTML). This can be very easily changed in the script for either functionality.

Browser 1.0.01-Minified

2008:02:14 02:38:58
Used better expressions and shrunk script size by 9%.

Browser 1.0.01-Uncompressed

2008:02:14 02:38:58
Used better expressions and shrunk script size by 9%.

Browser 1.0.0-Uncompressed

A jQuery plugin for browser detection.

Browser 1.0.0-Minified

A jQuery plugin for browser detection.