Skip to content

Instantly share code, notes, and snippets.

@jcypret
Last active October 6, 2015 16:18
Show Gist options
  • Save jcypret/3020705 to your computer and use it in GitHub Desktop.
Save jcypret/3020705 to your computer and use it in GitHub Desktop.
Nav Current Page
$('nav li a').each =>
this.addClass('current') if this.text() == $('h1').text()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment