Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created August 29, 2011 00:35
Show Gist options
  • Select an option

  • Save aaronpowell/1177459 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1177459 to your computer and use it in GitHub Desktop.
Detect marquee
Modernizr.addTest('marquee', function() {
return typeof document.createElement('marquee').stop === 'function';
});
Modernizr.load({
test: Modernizr.marquee,
nope: '/path/to/marquee.js'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment