Skip to content

Instantly share code, notes, and snippets.

@pgib
Created December 20, 2011 21:21
Show Gist options
  • Select an option

  • Save pgib/1503337 to your computer and use it in GitHub Desktop.

Select an option

Save pgib/1503337 to your computer and use it in GitHub Desktop.
nav: (e) ->
target = $(e.target)
target.siblings().removeClass("selected");
target.addClass("selected");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment