Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 526 Bytes

bowser-class

Add browser-specific classes with bowser, a la HTML5 Boilerplate v4. See demo.

Install

Depends on jQuery and bowser.

Via Bower:

$ bower install --save bowser-class

Then include bowser-class.js in your page.

Use

Simple

BowserClass.init();

There are a few options... for now, view the source code to find out.