Skip to content

Instantly share code, notes, and snippets.

@amicojeko
Last active March 22, 2016 15:57
Show Gist options
  • Save amicojeko/3425f2abfe2c3e9166d2 to your computer and use it in GitHub Desktop.
Save amicojeko/3425f2abfe2c3e9166d2 to your computer and use it in GitHub Desktop.
JekoBot typewriter edition
// easy win @ http://10fastfingers.com/typing-test
setInterval( function(){
$('#inputfield').val($(".highlight").html());
$('#inputfield').trigger(
jQuery.Event('keyup', {which: 32})
);
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment