JQuery highlights all links to the current page

From , 3 Years ago, written in JavaScript, viewed 204 times.
URL https://pastebin.vip/view/06fb3cba
  1. $(function(){
  2.        $("a").each(function(){
  3.                if ($(this).attr("href") == window.location.pathname){
  4.                        $(this).addClass("selected");
  5.                }
  6.        });
  7. });

Reply to "JQuery highlights all links to the current page"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website