Skip to content

Instantly share code, notes, and snippets.

@beshur
Created March 16, 2012 16:30
Show Gist options
  • Save beshur/2050911 to your computer and use it in GitHub Desktop.
Save beshur/2050911 to your computer and use it in GitHub Desktop.
Forms input hover
$("form *").hover(function () {
$(this).focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment