Skip to content

Instantly share code, notes, and snippets.

@twogood
Created November 19, 2012 13:26
Show Gist options
  • Save twogood/4110629 to your computer and use it in GitHub Desktop.
Save twogood/4110629 to your computer and use it in GitHub Desktop.
$('label').click(function () {
$(this).next().focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment