Skip to content

Instantly share code, notes, and snippets.

@MrArnoldPalmer
Created August 10, 2015 04:26
Show Gist options
  • Save MrArnoldPalmer/7359c497d4756c19b84e to your computer and use it in GitHub Desktop.
Save MrArnoldPalmer/7359c497d4756c19b84e to your computer and use it in GitHub Desktop.
// if statement to test for modern browser functionality
//
if ( 'querySelector' in document && 'addEventListener' in window ) {
// Scripts go here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment