Skip to content

Instantly share code, notes, and snippets.

@ogorzalka
Forked from sunny/provide_html5.js
Created January 11, 2010 23:40
Show Gist options
  • Save ogorzalka/274732 to your computer and use it in GitHub Desktop.
Save ogorzalka/274732 to your computer and use it in GitHub Desktop.
// Attempt to make a drop-and-forget bunch of scripts that mimick some missing html5 goodies automatically
// Example:
// $(document).ready(function() {
// ProvideHtml5.autofocus()
// ProvideHtml5.datepicker()
// ProvideHtml5.forcenumber()
// })
//
// Now a real git project, over here: http://github.com/sunny/provide-html5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment