Skip to content

Instantly share code, notes, and snippets.

@vanstee
Created August 11, 2011 04:03
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/1138880 to your computer and use it in GitHub Desktop.
Save vanstee/1138880 to your computer and use it in GitHub Desktop.
$('.signin .options li').hover( ->
$('.signin .options li').removeClass('hover')
$(this).addClass('hover')
true
, ->
$('.signin .options li').removeClass('hover')
true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment