Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created April 23, 2013 07:58
Show Gist options
  • Save supasympa/5441655 to your computer and use it in GitHub Desktop.
Save supasympa/5441655 to your computer and use it in GitHub Desktop.
Test for minimal browser requirements when including jQuery
if ('querySelector' in document &&
'localStorage' in window &&
'addEventListener' in window) {
// bootstrap the JavaScript application
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment