Unfortunately, this only works in Chrome, but it’s super simple and easy to implement. All you need to do is add an x-webkit-speech attribute to the proper input element.
With JQuery, we can target an input dynamically, and add in the attribute using the attr(); method. Since the attribute doesn’t require a value, we’ll need to pass the webkit speech …


