An open API service indexing awesome lists of open source software.

https://github.com/2degrees/jquery.browser

Retrofit $.browser back into jQuery after its deprecation
https://github.com/2degrees/jquery.browser

Last synced: 4 months ago
JSON representation

Retrofit $.browser back into jQuery after its deprecation

Awesome Lists containing this project

README

        

jquery.browser
==============

Retrofit `$.browser` back into jQuery after its deprecation

Usage
-----

``` javascript
require(['jquery', 'jquery.browser'], function ($) {
console.log($.browser);
});
```