Skip to content

Instantly share code, notes, and snippets.

@autumn-hoerr
Created October 15, 2013 20:47
Show Gist options
  • Save autumn-hoerr/6998417 to your computer and use it in GitHub Desktop.
Save autumn-hoerr/6998417 to your computer and use it in GitHub Desktop.
Load different versions of jQuery based off HTML5 BP body classes w. Modernizr.load
Modernizr.load
test: document.getElementsByTagName("body")[0].className.match( new RegExp('(\\s|^)lt-ie9(\\s|$)' ))
yep: "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
nope: "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"
complete : ->
Modernizr.load
test: true
yep: ["/javascripts/plugins.js", "/javascripts/main.js"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment