I am trying to make jQuery make the search boxes on my page use x-webkit-speech and submit automatically.
The HTML would obviously be:
Try using bind:
$(...).bind('webkitspeechchange', function() { // submit the form });