Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies, i.e. features that stem from the HTML5 and CSS3 specifications. Many of these features are already implemented in at least one major browser (most of them in two or ...
42
votes
3answers
9k views
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, Dean Edwards ie7-js and then Modernizr. Are these all largely the same? I'm confused about ...
21
votes
3answers
6k views
CDN recommendation for Modernizr
do you know any CDN for modernizr-1.7.min.js?
UPDATE
Microsoft is now serving Modernizr on AJAX CDN http://www.asp.net/ajaxlibrary/cdn.ashx
Here is the direct link :
...
17
votes
3answers
4k views
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 Explorer up to speed with these new tags and styles, but I don't know which to use and ...
12
votes
2answers
1k views
Modernizr position fixed test incomplete
Modernizr is great but the example test for position:fixed is quite incomplete:
iOS 4 and lower returns true while it doesn't support position fixed
Opera on Windows returns false while it does ...
10
votes
1answer
869 views
Modernizr with Respond.js
I am carefully assessing the best way to utilize Modernizr and Respond.js for responsive design and have a couple of questions for the community.
Firstly, it is my understanding that when bundling ...
7
votes
1answer
420 views
Can you detect if Cleartype is enabled on PC via javascript?
Some @font-face fonts don't play nice with non-cleartype settings (gets really choppy on the edges)
Is there a way to detect this via javascript so that I can do a modernizr-style class addition to ...
6
votes
2answers
850 views
html5 input type number: detect whether spinbox or not (and no other features)
In Webkit browsers, an input[type=number] has a spinbox control:
However, Safari does not follow some other input[type=number] rules, like enforcing that only numeric characters are entered. ...
5
votes
1answer
468 views
What is causing my scripts to be requested twice while using Modernizr.load (yepnope.js)
I am using yepnope.js to load javascript files dynamically,and I've noticed that my scripts appear to be loaded twice according to Firebug and Webkit Inspector.
The problem is that in Firebug's Net ...
4
votes
2answers
49 views
What does call.call accomplish in javascript
Found this excerpt in the Modernizr source code.
var documentCreateElement = scopeDocument.createElement, documentCreateDocumentFragment = scopeDocument.createDocumentFragment;
// shiv the ...
4
votes
2answers
236 views
Is Modernizr.load (Yepnope) meant to be used in the <head>
Since Modernizr.load and Yepnope are asynchronous loaders, is it better performance-wise to use them in the <head> or at the end of the page?
4
votes
2answers
450 views
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 this in my script.js file...
Modernizr.load({
test: Modernizr.mq,
...
4
votes
3answers
378 views
LESS CSS syntax useful for modernizr
Usually I use modernizr to find out the browser abilities. Same time, I use LESS CSS to make my css more readable and maintainable. Common style using LESS nested rules looks like this:
#header {
...
4
votes
1answer
234 views
Modernizr 2 enabled blank pages in several browsers
I've been testing libraries for enabling HTML5 and loading JavaScript. I'm experiencing some oddities with modernizer 2 in IE7, Firefox 4 on XP, and others. (Works fine in IE6 and 8)
When including ...
4
votes
1answer
347 views
Detecting HTML5 data attribute in Modernizr
How do I detect if the browser supports HTML5 data attribute using Modernizr?
4
votes
2answers
523 views
What’s a good client-side fallback for HTML5 form field validation?
I've seen many different suggestions for fallbacks for browsers who don't fully implement html5 forms (solutions involving Modernizr, YepNope, Jquery validate...) but I haven't managed to get anything ...
4
votes
1answer
355 views
JavaScript function with 'undefined' parameter
Going around Modernizr source code I have found strange thing:
window.Modernizr = (function(window,document,undefined) {
After that this function will be called with two arguments (this, ...
3
votes
3answers
33 views
Determine whether browser supports printing
I think the answer to this is almost certainly "no", because I've done a little testing and searching around, but is there any trick to detect whether window.print() even might work from inside a page ...
3
votes
1answer
139 views
Modernizr vs $(document).ready()
It appears from network panel, when you load scripts through Modernizr.load, it doesn't actually blocks $(document).ready().
So theoretically, let's say that I add json2.js through Modernizr, and ...
3
votes
0answers
80 views
Loading excanvas polyfill via Modernizr.load fails
I'm attempting to load the excanvas polyfill in the page-specific js file for my page. This script file is inserted after the body tag on my page.
The odd bit is that if I use
<script ...
3
votes
1answer
241 views
Video for everybody with modernizr not working?
I have a webpage coded in html5 using tags like header, footer, section and video.
I use modernizr to support those tags in IE 7 and IE 8.
There's a video in the page including flash fallback (video ...
3
votes
4answers
152 views
Modernizr just for one quick check?
I want to check if the browser who's running my page
is capable of handling the 'html 5 placeholder'
I know I can add the following javascript check:
!Modernizr.input.placeholder
but is it worth ...
3
votes
1answer
196 views
How would I (or should I) extend Modernizr.load() to preload images?
The idea is that the page /something/index.html is loaded. But, before I show it, its dependencies (css and images in this case) are preloaded.
Modernizr.load({
load: ['/something/styles.css', ...
3
votes
1answer
436 views
How to use Modernizr for input type=datetime?
I made a custom build for HTML input fields & attributes and included that on my page in the <head> but that's not working. What else do I need to do?
3
votes
1answer
228 views
Including Modernizr JS library makes asp.net site's entire <body> contents not render
I am utilizing CSS3 to create rounded borders in my web app. I have created a blank asp.net application, I have a master page and one content page. The content page references the masterpage as ...
3
votes
2answers
522 views
jquery load() issue with ie7 ie8
Hi this code does not run under ie7/ie8 for some reason.
$('#cnt').load('./tiles/pages/'+ $name +'.php #'+$lang, showNewContent());
It seems to have problems to retrieve the section in the php file ...
3
votes
1answer
724 views
Modernizr.load (yepnope.js) IE conditional confusion
In the following code dd_belatedpng.js is loading despite the fact that I'm using Firefox 4.0.1. According to the yepnope.js documentation, the ielt7! prefix should cause the script only to load if ...
3
votes
1answer
279 views
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 all scripts on the bottom of the page and would like to preserve this. And if it needs to be in ...
3
votes
3answers
308 views
Is it possible to detect hardware accleration by browser in javascript?
I've noticed that font sizes are not the same across browsers which use hardware acceleration due to the font rendering changes - making characters appear smaller. On sites with horizontal navigation, ...
3
votes
1answer
268 views
html5 content not styled in JavascriptMVC+Modernizr
I'm using Modernizr and JavascriptMVC.
Modernizr is in the head section.
<script src="./resources/js/modernizr-1.6.min.js"></script>
And steal before closing body:
<script ...
2
votes
1answer
65 views
Modernizr.load not providing input and textarea placeholder support in IE7/IE8
I'm using Mathias Bynens's rather good jQuery placeholder plugin to display placeholders in my site in browsers that don't support it natively. I'm calling the plugin using a custom version of ...
2
votes
2answers
143 views
$ is undefined when loading jQuery through Modernizer.
I load jQuery with modernizr and all code in the 'complete'-function runs fine! But if I try to call some js from outside 'Moderniz.load' firebug says: '$ is not defined'.
This works:
<script>
...
2
votes
1answer
208 views
Modernizr - Which scripts get loaded asyncronously?
I have the following:
Modernizr.load([
{
load : '//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js',
complete : function () {
if ( !window.jQuery ){
...
2
votes
2answers
175 views
Problems with HTML5 shiv and elements appended to the body
I am having an issue with getting html 5 to work on elements added to the body in IE. I am using the HTML 5 shiv included in Modernizr but it is the same problem with any other HTML 5 library.
It ...
2
votes
2answers
146 views
How can I track HTML5 browser features (modernizr) using Google Analytics?
I've been using Modernizr for a short while to style my site based on the user's browser functions. I've also been using Google Analytics for some time, but haven't done a whole lot with custom ...
2
votes
1answer
665 views
If I'm already using Modernizr then even will I need HTML5 Shiv?
1) If I'm already using Modernizr then even will I need HTML5 Shiv to enable HTML5 tag supports for IE.
2) and is HTML5 Shiv only for IE or for all browser who don't have native HTML 5 support. like ...
2
votes
1answer
225 views
A better test for base64 URI support (can I create a large base64-encoded image in JS?)
I'm using Modernizr to detect the features supported in the browser our users are running, so far so good. But I've come up against a theoretical problem when testing for base64 compatibility. The ...
2
votes
1answer
555 views
How to test for mobile webkit
I'm looking to build a new website and want to take a responsible "mobile-first" approach. One tenet of this methodology is to only load what you need, and to avoid including large wasteful libraries ...
2
votes
2answers
690 views
YepNope (Modernizr) and Google Analytics
Im using the great async script loader yepnope.js (in Modernizr2).
My question is, what is the best way to incorporate the latset Google Analtics async code to yepnope (if at all)?
Google suggest ...
2
votes
1answer
932 views
Modernizr.load not working properly in IE8
I'm trying to load in a specific CSS stylesheet depending whether certain CSS3 features aren't supported in that browser.
The JS code I use is this:
// Modernizr feature tests
Modernizr.load({
...
2
votes
1answer
456 views
yepnope.js - problem with scripts on same page
I included yepnope.js and then the following:
<script type="text/javascript">
/*<![CDATA[*/
yepnope([{
load: 'http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js',
...
2
votes
1answer
2k views
Modernizr checks that exclude IE6, IE7, IE8 or IE at all, that identify iOS devices
Are there any checks (or combinations of checks) I can run with Modernizr where:
IE6 fails, but higher versions do not fail?
IE7 fails, but higher versions do not fail?
IE8 fails, but higher ...
2
votes
2answers
799 views
Test for IE6 using feature detection instead of user agent testing
I'm using html5boilerplate with the Modernizr library. My application is built using jQuery. Both Modernizr and jQuery have feature detection built in, but my understanding is that Modernizr is more ...
1
vote
2answers
37 views
Something breaking my site in IE
I been scratching my head for a long time now :/
My site is breaking in Internet Explorer: http://www.tolux.se/
It's built on boilerplate and wordpress.
Been trying to figure out whats breaking the ...
1
vote
2answers
118 views
Loading Scripts Using Modernizr… Not Working
I'm having problems trying to load scripts using the Modernizr version of yepnope and can't get my head around why they are different. If I load the scripts using yep nope it works fine:
<script ...
1
vote
2answers
67 views
How to make presentations in using HTML5?
I wanted to know that how can we make a presentations using HTML5. I am talking about the presentations that look like the Powerpoint presentations but are entirely made using HTML5,CSS3 and ...
1
vote
4answers
439 views
HTML5 Boilerplate + Media Queries not working in IE8?
Since Boilerplate has respond.js built-in, it should in theory be able to support following css:
@media only screen and (max-height: 580px){.rnd-class{:height:200px !important;}}
In FF and Chrome, ...
1
vote
1answer
159 views
combining LABjs and Modernizr and yepnopejs
I've been using LABjs and it's working well.
I'm now trying to make use of the awesome Modernizr, and notice that it uses yepnopejs for conditional resource loading.
Since I do want conditional ...
1
vote
1answer
90 views
Modernizr not applying classes to html-tag
I'm building a website at the moment, where I need the use of Modernizr, but for some reason it doesn't apply the classes to the html-tag as it should..
My code looks like this:
<!doctype ...
1
vote
2answers
130 views
Modernizr testing
How come this alerts both, yes and false?
Modernizr.load([
{
test: Modernizr.cssgradients,
yep: alert('Supports it!'),
nope: alert('Oh, damn! This browser sucks!')
}
...
1
vote
1answer
344 views
Background size not working in Opera Mini despite Modernizr thinking it should
I am using Modernizr to detect whether browsers support the CSS3 property background-size for a mobile site I'm building.
I'm testing the site in the Opera Mini 6 Simulator on the official Opera ...