Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.
2
votes
2answers
28 views
2 versions of JQuery which one to delete?
Hi This is my 1st question here and JS is not something I understand fully so please be kind.
I have just started using html5 boilerplate and one problem I have come across is using the DW widget ...
0
votes
2answers
21 views
Modernizer Polyfill vs Prefixed CSS3
I am using a polyfill so that box-sizing should work with all JS enabled browsers to prevent the layout problems which looks like this:
<script type="text/JavaScript">
//extend modernizer
...
0
votes
0answers
21 views
jQuery UI Slider doesn't always load correctly (with Modernizr)
I'm having some problems with loading a jQuery UI slider. (only on production server, as it always loads perfectly on my local dev server)
The thing is, the jQuery UI Slider doesn't render properly ...
0
votes
0answers
8 views
Using MiniProfiler to time script bundles loaded using Modernizr/yepnope
I'm having some trouble figuring out a way to get MiniProfiler and Modernizr.load() (aka yepnope) to work in harmony.
For MiniProfiler to time client-side script bundles, it needs to wrap the ...
-2
votes
0answers
51 views
Fullscreen Portfolio using CSS3 & Javascript [closed]
I'm trying to create a portfolio gallery where when a user clicks on a thumbnail, a fullscreen popup appears with further details on that item.
I've been working off of a tutorial I found that does ...
0
votes
0answers
26 views
Html5 rails applications [closed]
I built my app using chrome and firefox and I have a lot of html5 features like websockets , audio and pushstate as I am using pjax also my css on opera and ie 8-9 is not the same like on chrome or ...
0
votes
1answer
24 views
Where should polyfills be included for Durandal style views?
I primarily develop internal web apps where IE8 is still installed on many PC's as the primary web browser. I'd like to include this HTML5 placeholder plolyfill, ...
1
vote
0answers
21 views
Using Modernizr to Detect Max-Width on Inline Elements
The Reason (sorry, I'm wordy, I know)
This might be a tricky, or unusual request but on the website I manage I have a lot of pages containing images stored inside a table. Users put an image there ...
0
votes
0answers
56 views
HTML5 Elements won't display:none; in IE even when using Modernizr
I'm chucking together a quick splash page for users visiting my website in IE8 or below. I'm using Modernizr's .lt-IE9 class to target the document, then using this CSS (with the help of SASS) to hide ...
6
votes
2answers
171 views
Is there a way to shim the “dd-MON-yyyy” date format for IE
The organization I support dictates that all dates will be shown in dd-MON-yyyy format (10-SEP-2006, 08-MAY-2013). Please see http://jsfiddle.net/jhfrench/zpWWa/ for an example dataset.
When run on ...
0
votes
0answers
17 views
Modernizr.canvas not seem to be working [duplicate]
I'm currently using modernizr to detect HTML5 support in browsers. The script that I'm using looks like this:
<script type="text/javascript">
$(document).ready(function() {
if ...
0
votes
1answer
34 views
addClass - LocalStorage Problems
I'm working on a site and want to store a class in localStorage although I'm having some problems.
Here's the HTML:
<ul class="type">
<li id="1" class="current">Example 1</li>
...
0
votes
1answer
27 views
Font-face check from Modernizr
Modernizr detects CSS3 font-face support.
http://modernizr.com/download/
How do I get only the source of the font-face test outside the modernizr?
There's a file in repo related to this test, but ...
0
votes
0answers
19 views
js eventlistener ”weirdness” on image maps (listening for touch-events)
I have a simple html-page containing only a single image and an image map, like so:
<body>
<map name="GraffleExport">
<area shape=rect coords="153,526,391,561" ...
0
votes
0answers
21 views
Advise on resolving pseudo-class compatibility for IE8
I have used pseudo-classes in the project, that i am currently working on, and since it is already javascript heavy I am trying to avoid using selectivizr. Is there are way making psedoclass ...
0
votes
0answers
133 views
Angularjs: lazy versus requirements based loading
I see ways I can lazy load Angularjs from these articles:
http://roubenmeschian.com/rubo/?p=40 and
http://ify.io/entry/172/lazy-loading-in-angularjs/
In practice I see most use out of more ...
0
votes
0answers
27 views
What feature detection code can I replace this with?
I wonder if anyone can help with something. I work on a website which contains a form. When the form is submitted, we display an overlay which contains an animated gif - a 'please wait' type thing.
...
0
votes
1answer
171 views
Android 4.1.1/4.1.2 Date Picker Galaxy S3
I'm using <input type="date"/> According to caniuse.com android browser does not support this yet. Although I look at the the page on the HTC One 4.1.x, which has its own native rendering for ...
1
vote
1answer
89 views
Load modernizr in head but use it in require.js
I want to load modernizr synchronously in head to prevent a fouc. I am using require.js at before /body to load some other scripts in which I'd like to use modernizr for feature detection and such ...
1
vote
2answers
54 views
Modernizr with border-radius, media queries etc
I've recently looked at Modernizr and have read the documentation however a few things seem a little unclear to me. It appears from reading the documentation that Modernizr is primarily used to detect ...
1
vote
1answer
59 views
Yepnope & Modernizr screen.width Conditions
I am trying to (locally) use Yepnope with Modernizr to load CSS & JS Files. So I can manage the files better, and code easily.
This is the currently layout:
Modernizr.load([
{
test: ...
0
votes
0answers
8 views
Access resources (not scripts) loaded by Modernizr
How do I access / address resources loaded by Modernizr? In my case I would like to preload a json resource and access it later. I set it to resource.noexec = true but how do I get hold of the data ...
1
vote
1answer
65 views
Can't seem to get jquery resize event to work on Modernizr media query function
I'm trying to activate a resize event on the following function:
$(function() {
if (Modernizr.mq('only screen and (min-width: 1140px)')) {
$('div#ss1').html('<div>[snip]</div>');
...
0
votes
0answers
52 views
Why I can't detect Media Queries in IE9 using modernizr
I searched support of CSS3 Media Queries in browsers, and IE9+ support it, http://caniuse.com/css-mediaqueries, but when I use Modernizr to detect it, it turns out, ie7-ie9 not support it, ie10 ...
0
votes
1answer
97 views
Can I use modernizr to load background css images conditionally?
I want to have different sized images on different device widths, and sometimes no images at all in order to save mobile users bandwidth.
Will it work like intended like this:
Modernizr.load([{
...
0
votes
0answers
32 views
Modernizr download file, but it is still undefined afterwards? (Only in IE9 after page postback)
I've got a jQuery plugin I made which will nicely format dates on elements with certain attributes on them. Overall it works, but I'm having some problems with Modernizr, but ONLY in IE and ONLY ...
0
votes
1answer
144 views
modernizr check for grayscale filters IE 10
IE 10 does not support DX filters (yeaaaay) I'm currently using $.browser to detect IE 10 and implement the svg solution.
However the $.browser is deprecated and will be removed or is already removed ...
0
votes
1answer
83 views
Using modernizer, how can I go about providing a fallback for css3 animation, falling back to flash?
I am new to modernizer and dont understand how I can hide my css animation if css animation is not supported and display a flash duplicate. I understand i use
if (Modernizer.cssanimation)
but dont ...
0
votes
1answer
89 views
modernizr CSS3 Animation fallback to swf
At the current time, i have a rather nice CSS3 animation, however i am required to provide a fallback option for browsers that do not support CSS3 animations (IE8 being the target)
I am required to ...
0
votes
0answers
29 views
hide iframe if framebusting is effective in the user's browser
I have an iframe on a webpage that uses the sandbox attribute in order to work, but in some browsers, the site within the iframe's method of breaking out or 'framebusting' will still work and redirect ...
1
vote
3answers
48 views
Inserting html with jquery and modernizr
New to Modernizr and jQuery but thought this would work based on examples I've seen. The Modernizr and jQuery scripts are loaded and this is lower down in the page:
<div id="demo></div>
...
2
votes
1answer
23 views
Which browser features should be tested to pick the correct file upload plugin?
We have wrapped the flash-based Uploadify and the HTML5 based UploadiFive uploaders together in a new plugin, so that we don't have to supply two sets of options all the time.
This hides all the ...
0
votes
1answer
38 views
What's the Best Way To Namespace AMD Modules?
Modernizr was written using AMD definitions, which is nice since that's what I'm using for my current project and can pull in Modernizr dependencies when I need them. Problem is, the Modernizr modules ...
0
votes
0answers
28 views
Modernizr.load() confusion with Yepnope
I'm more than a little confused about Modernizr and it's relation to Yepnope.js. As I understand it, Modernizr comes with Yepnope.js (assuming you select the Modernizr.load() option). According to the ...
0
votes
0answers
29 views
Modernizr load on non touch does not work
I'm trying to load script only for non-touch devices. I'm loading full Modernizr library, just to make sure I'm not missing anything. (modernizr-2.6.2.min)
and this is the code:
<script>
...
1
vote
1answer
120 views
Responsive design, differences between media query width and actual width
sorry if the description is too long, I'm just trying to give as much info as possible.
Recently i had an issue (i fixed it, but i dont understand why it was happening).
The problem was that when you ...
0
votes
1answer
28 views
SCSS/Modernizr chained classes
I'm not shure this can be done. But consider following, i'm using modernizr and trying to make css buttons based on classes from parents.
I've made a JSFiddle here:
http://jsfiddle.net/qBkPL/1/
My ...
0
votes
1answer
44 views
img:first-of-type selects all images
I have two images in my page. I want the first one to show up when the user visits the website using a touch device or not supporting Javascript, by targeting them using Modernizr.
The menu button, ...
0
votes
1answer
38 views
jscrollPane destroy(); and modernizr
Currently trying to remove jScrollPane when the width is a certain size. It appears to be working, I can trigger alert with
if (Modernizr.mq("screen and (max-width:715px)")) {
...
1
vote
2answers
58 views
Using .no-js class for detection of js
I have always used the method of having a class of .no-js on the <html> tag, then using modernizr that strips the tag and replaces it with js if JavaScript is enabled in the user's browser.
...
0
votes
1answer
95 views
How can I use jQuery and Modernizr to add/remove menu items based on screen size?
I've read a lot of Modernizr questions on here that involve Modernizr, jquery, and timeouts with resizing. I've played with many of them, and they tend to make it so the menu items are repeatedly ...
0
votes
1answer
18 views
Modernizr wiping previous added html classes
I'm using Modernizr in rails project. I'm also setting some classes for IE8 on the html tag
/[if IE 8]
%html{class:'ie8 oldie'}
When I add Modernizr to the mix it removes the classes ie8 oldie and ...
0
votes
1answer
62 views
yepnope / modernizr.load global complete callback?
Is it possible to fire a global complete callback once ALL files have loaded? Ex:
yepnope(['file1.js', 'file2.js'])
....some html....
yepnope({complete: function() { console.log('This is getting ...
0
votes
1answer
45 views
Detecting Internet Explorer and applying custom attributes to an iFrame
I have an iFrame that is generated through some javascript on my page, prior to jQuery 1.9 I was using a simple check to see if internet explorer was being used and added some attributes required to ...
1
vote
2answers
186 views
Trying to load stylesheet only for touch devices with Modernizr
I've heard that Modernizr's test for touch is one of the best ways to test if the device a page is being viewed on is touch or multi-touch enabled.
I'm trying to use it ( the touch test ) as well as ...
0
votes
0answers
31 views
modernizr.load/yepnope to load ecsstender extensions [closed]
I want to keep my CSS files as clean as possible without all the browser prefix and IE hacks but I still have a large majority of users on IE7/8 so the essentials I need are:
Min/max width for ...
0
votes
0answers
53 views
Modernizr - How do I load in parallel vs. sequentially?
I am attempting to integrate the Modernizr browser test library into my website to test for what settings a browser supports. I would also like to use the integrated yepnope resource loader. I have ...
0
votes
1answer
69 views
How does this modernizr/jQuery image rotator works?
I will probably get negative points due to my kind of question but here it goes. I'm very interested in this modern design over at www.bungie.net. The semi full-screen slider it's amazing and I would ...
0
votes
2answers
32 views
Issue getting modernizer to work
I am having a problem getting the program called modernizer to work for me, i need a way to replace the native HTML5 input = date in all browsers and from what ive read modernizer does just that, ...
3
votes
1answer
123 views
Is it possible to detect support of CSS3 functions like attr() or url() using Modernizr?
I've been searching for a while for a Modernizr test for CSS functions like attr(), but I couldn't find anything. Is there a way to test these features?








