Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 14 hours 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);
});
```