yepnope
Can modernizr and/or yepnope react to bots and spiders?
I have some JS running on a page which pops up a modal localisation select box. I would like to prevent this from happening for bots /crawlers. Is the开发者_如何学Gore a way to do this using Modernizr[详细]
2023-04-12 05:54 分类:问答Load external Google Fonts stylesheet with YepNope/Modernizr
I\'m trying to load a dynamically generated Google Font stylesheet using Modernizr (YepNope)but always get this error:[详细]
2023-04-11 16:09 分类:问答ASP.NET MVC Client-Side Validation with a JavaScript Loader
Has anyone tried using MVC client-side validation with a JavaScript loader, specifically yepnope.js? I can\'t get it to work, and I believe it\'s because it registers the validation code before the ne[详细]
2023-04-09 03:19 分类:问答Resource Loader with ready() function call and that also loads CSS?
Ideally I\'m looking for a Javascript resource loader that will: (1) Allow me to make 开发者_C百科\"ready\" calls like head.js does, e.g.[详细]
2023-04-08 10:54 分类:问答yepnope's complete callback question
I am using a \"2-step view\", where I have a layout template (common for all pages) with yepnope\'s load (in the html head) of jQuery and some plugins. Something like:[详细]
2023-04-03 05:58 分类:问答Modernizr.load is slow in Firefox
This script always gets executed on page load. My problem is with JavaScript. It takes forever to load the assets from cache (or even the server for that matter).[详细]
2023-03-30 01:39 分类:问答Issue loading selecvizr to <=IE8 only using yepnope (modernizr.load)
I am trying to load selectivizr via yepnope (Modernizr.load) but am having issues with the test command. At the moment I have hacked it using rgba (as that affects <=IE8) but it also affects older[详细]
2023-03-18 18:28 分类:问答MooTools DOMReady not firing in IE7 if attached after DOM is ready through yepnope
I am using yepnope to load my scripts, but when using IE7, it won\'t fire the Mootools domready OR load events if they have already been fired. Any idea why?[详细]
2023-03-17 08:32 分类:问答jQuery.getScript vs yepnope performance
I googled quite a lot looking for the answer to this question but didn\'t find anything. Aside of additionnal functionalities offered by a script loader like yepnope, is it going to give me better pe[详细]
2023-03-15 09:04 分类:问答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 scri开发者_JAVA技巧pt on[详细]
2023-03-12 20:52 分类:问答