Skip to content

Instantly share code, notes, and snippets.

@michaeldhopkins
Created January 12, 2012 21:50
Show Gist options
  • Save michaeldhopkins/1603364 to your computer and use it in GitHub Desktop.
Save michaeldhopkins/1603364 to your computer and use it in GitHub Desktop.
$(document).ready ->
$('#menu li a').hover ->
$(this).animate({backgroundColor:'#7c9344'},'fast')
$(this).animate({backgroundColor:'#f6fcfc'},'fast')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment