Skip to content

Instantly share code, notes, and snippets.

@rudev
Forked from JeffreyWay/progressPolyfills.js
Created March 7, 2012 09:44
Show Gist options
  • Save rudev/1992262 to your computer and use it in GitHub Desktop.
Save rudev/1992262 to your computer and use it in GitHub Desktop.
JavaScript: 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