Skip to content

Instantly share code, notes, and snippets.

@jacobp100
Created January 20, 2015 20:43
Show Gist options
  • Select an option

  • Save jacobp100/20bda60c9f5127d95fdb to your computer and use it in GitHub Desktop.

Select an option

Save jacobp100/20bda60c9f5127d95fdb to your computer and use it in GitHub Desktop.
10 Fast Fingers
x=$('#inputfield'),y=setInterval(function(){(z=$('span.highlight')).length?x.val(z.text()).trigger({type:'keyup',which:32}):clearInterval(y)},10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment