I want to attach the webkit speech recognition plugin in a text area. What I currently have:
<input type="text" x-webkit-speech />
That works. But if I type this:
<textarea cols="88" rows="6" x-webkit-speech />
It doesn’t work. Is there any way to do that? Maybe with jQuery?
Have a look at this page They’ve demonstrated how you can do it