Skip to content

Instantly share code, notes, and snippets.

@dandean
Created February 5, 2010 01:52
Show Gist options
  • Select an option

  • Save dandean/295397 to your computer and use it in GitHub Desktop.

Select an option

Save dandean/295397 to your computer and use it in GitHub Desktop.
Element.addMethods("INPUT", {
whatever: function(element) {
// make this shit work.
return element;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment