Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created January 6, 2012 04:20
Show Gist options
  • Select an option

  • Save hitode909/1568958 to your computer and use it in GitHub Desktop.

Select an option

Save hitode909/1568958 to your computer and use it in GitHub Desktop.
表示中のページへのリンクをハイライトする
$ ->
$('a').each ->
if this.href == location.href
$(this).css
'font-weight': 'bold'
'font-size' : '120%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment