Skip to content

Instantly share code, notes, and snippets.

@sunny
Created January 6, 2010 00:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save sunny/269904 to your computer and use it in GitHub Desktop.
Save sunny/269904 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