Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. (function(){
  2. $('#archive a').each(function(i){
  3. var t = $(this);
  4. if(location.href.indexOf(t.attr('href')) > -1){
  5. t.addClass('current');
  6. }
  7. });
  8. }());
Add Comment
Please, Sign In to add comment