Skip to content

Instantly share code, notes, and snippets.

@Victa
Created June 5, 2012 16:44
Show Gist options
  • Select an option

  • Save Victa/2876160 to your computer and use it in GitHub Desktop.

Select an option

Save Victa/2876160 to your computer and use it in GitHub Desktop.
conditional resource loading
yepnope({
test : window.matchMedia("(max-device-width: 640px)").matches,
yep : "",
nope : "slider.js"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment