Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
Created December 14, 2011 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JeffreyWay/1475240 to your computer and use it in GitHub Desktop.
Save JeffreyWay/1475240 to your computer and use it in GitHub Desktop.
Progress Polyfill
// Get files here: https://github.com/LeaVerou/HTML5-Progress-polyfill
// Also get custom build of Modernizr - with Modernizr.load, and the Community Progress add-on
Modernizr.load({
test: Modernizr.progressbar,
nope: [
'js/progressPoly.js',
'css/progressPoly.css'
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment