Top "Modernizr" questions

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

What is the purpose of the HTML "no-js" class?

I notice that in a lot of template engines, in the HTML5 Boilerplate, in various frameworks and in plain php …

javascript html modernizr html5boilerplate
Click to call html

I want to use html5 tag in my website for mobile view when user click on this link from mobile …

html cross-browser modernizr
Correct way to use Modernizr to detect IE?

I wanted to use the Modernizr JS library to detect for some browser properties to determine what content to show …

html cross-browser modernizr
Using Modernizr to test for tablet and mobile - Opinions wanted

I want to use Modernizr to detect whether a user is view a site on a desktop, tablet or mobile …

mobile desktop tablet modernizr device-detection
WebSocket connection to 'ws://./' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED

I dont have any knowledge in websockets, i am using a admin template from here https://github.com/onokumus/Bootstrap-Admin-Template …

javascript websocket modernizr
How to get html element's class tags

I'm using a custom modernizer config which has selected the features I employ in my page (and only those features). …

javascript jquery html css modernizr
Angular 2: Check whether user's browser is compatible

I'm writing an Angular 2 app but am conscious that some users may not be using a browser that can support …

javascript typescript angular compatibility modernizr
How to disable javascript for responsive design

I have been using supersized jQuery for the slideshow background of my website. I am making the website responsive and …

javascript jquery css responsive-design modernizr
should Modernizr file be placed in head?

Should the reference to the Modernizr JavaScript file be in the head of the page? I always try and place …

javascript modernizr html-head
HTML5shiv vs Dean Edwards IE7-js vs Modernizr - which to choose?

I'm looking to build my first HTML5 site and have been looking at working with IE. There is html5shiv, …

html modernizr