Skip to content

Instantly share code, notes, and snippets.

@deepak-rajpal
Created April 24, 2013 13:52
Show Gist options
  • Save deepak-rajpal/5452281 to your computer and use it in GitHub Desktop.
Save deepak-rajpal/5452281 to your computer and use it in GitHub Desktop.
Change last menu item color by jquery selector
$("#navwrap ul.nav li:hover a:last").css("color", "#ffffff");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment