Skip to content

Instantly share code, notes, and snippets.

@vanstee
Created August 11, 2011 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanstee/1138865 to your computer and use it in GitHub Desktop.
Save vanstee/1138865 to your computer and use it in GitHub Desktop.
$('.signin .options ul li').hover(function() {
$('.signin .options ul li').removeClass('hover');
$(this).addClass('hover');
}), function() {
$('.signin .options ul li').removeClass('hover');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment