Skip to content

Instantly share code, notes, and snippets.

@KarasAlina
Created March 31, 2017 14:23
Show Gist options
  • Save KarasAlina/73927c581815a56e11b2916e762059c6 to your computer and use it in GitHub Desktop.
Save KarasAlina/73927c581815a56e11b2916e762059c6 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
var url=document.location.href;
$.each($("#preface-top a"),function(){
if(this.href==url){$(this).addClass('activeCSS');};
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment