Skip to content

Instantly share code, notes, and snippets.

@internoma
Created May 20, 2013 18:53
Show Gist options
  • Select an option

  • Save internoma/5614422 to your computer and use it in GitHub Desktop.

Select an option

Save internoma/5614422 to your computer and use it in GitHub Desktop.
Resaltar el elemento actual del menú
var url = document.URL;
$('#menu a[href="'+url+'"]').addClass('active');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment