Skip to content

Instantly share code, notes, and snippets.

@alaasdk
Created May 17, 2011 12:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaasdk/976386 to your computer and use it in GitHub Desktop.
Save alaasdk/976386 to your computer and use it in GitHub Desktop.
(function(x) {
var i, current;
for (i in x) {
current = x[i];
if (current.type == "text") {
current.setAttribute("x-webkit-speech", "x-webkit-speech"); current.setAttribute("speech", "speech");
}
}
})(document.getElementsByTagName("input"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment