Skip to content

Instantly share code, notes, and snippets.

@mikevalstar
Created November 18, 2013 21:57
Show Gist options
  • Save mikevalstar/7536104 to your computer and use it in GitHub Desktop.
Save mikevalstar/7536104 to your computer and use it in GitHub Desktop.
$('body').on('keypress', function(e){
if(e.keyCode == 37) $('.next').click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment