Top "Modernizr" questions

Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

Is okay to implement Modernizr with Twitter Bootstrap?

Is it OK to implement Modernizr with Twitter Bootstrap? I'm currently using Bootstrap with Google's html5shiv and I wanted …

html twitter-bootstrap modernizr html5shiv
Modernizr with Respond.js

I am carefully assessing the best way to utilize Modernizr and Respond.js for responsive design and have a couple …

javascript html css modernizr polyfills
HTML5 input validation doesn't work in IE8

Hello kind people of the internet, I've been hacking at this for a while...and have seen several similar postings, …

html internet-explorer-8 modernizr
Remove all hover effects through css

When I come down on touch devices I don't want the hover behavior. Is it possible to disable all hover …

javascript html css modernizr
Understanding Modernizr benefits over html5shiv

I know there's a lot of good questions on the site about these two script libraries. I wanted to ask …

javascript css html modernizr html5shiv
Bower and Modernizr

I'm aware that I can create a custom build build of Modernizr to detect the features I care about. But …

modernizr bower
If I'm already using Modernizr, will I then even need HTML5 Shiv?

1) If I'm already using Modernizr, will I then even need HTML5 Shiv to enable HTML5 tag support for IE? 2) Is …

javascript html css cross-browser modernizr
Is Modernizr really needed if you're not using the feature detection?

I keep jumping into projects where Modernizr is located in the head, but it isn't being used (at least for …

javascript jquery modernizr
How to detect if Media Queries are present using Modernizr

I'm trying to detect whether media queries are present using Modernizr 2, then loading in respond.js if appropriate. I've put …

media-queries modernizr yepnope
Modernizr, html5shiv, ie7.js, and CSS3 Pie. Which to use and when?

I'm just starting to use HTML5 and CSS3 in my documents. I understand the need for JavaScript to bring Internet …

javascript internet-explorer html modernizr css3pie