Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created August 1, 2013 19:37
Show Gist options
  • Save pablolobos/6134519 to your computer and use it in GitHub Desktop.
Save pablolobos/6134519 to your computer and use it in GitHub Desktop.
js: screen-width-load-script
yepnope([{
test: 320 < screen.width // devices 320 and up
, yep: [ "jquery.min.js", "response.min.js" ]
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment