var v = window.location.pathname; $(".hd ul li a").each(function (i) { var vherf = $(this).attr("href"); if (v == vherf) {$(".hd ul li").eq(i).addClass("on") } else {$(".hd ul li").eq(i).removeClass("on") }})