Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created April 17, 2012 20:12
Show Gist options
  • Save denysonique/2408701 to your computer and use it in GitHub Desktop.
Save denysonique/2408701 to your computer and use it in GitHub Desktop.
$('a[href]').click ->
$('.menu li').removeClass('active')
$(this).parent('li').addClass('active')
MissNk.profile_router.navigate $(this).attr('href'), trigger: true
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment