By carson | Published: November 18, 2010
Modernizr is a Javascript library that detects the presence of browser functionality. This makes life a lot easier when using more modern features on your website by encapsulating all the feature tests into a library you don't have to worry about. You can use Modernizr either in your own Javascript or you can use the [...]
Posted in programming | Also tagged css, javascript
Using Modernizr – Simple Guide and Examples