$(document).ready(function () {
? ? ? ? ? ? $(".nav a").each(function () {
? ? ? ? ? ? ? ? $this = $(this);
? ? ? ? ? ? ? ? if ($this[0].href == String(window.location)) {
? ? ? ? ? ? ? ? ? ? $("#li").removeClass("active");
? ? ? ? ? ? ? ? ? ? $this.parent().addClass("active");
? ? ? ? ? ? ? ? }
? ? ? ? ? ? });
? ? ? ? });
通過頁面加載初始化钉跷,遍歷菜單項(xiàng)的url,如果等于當(dāng)前頁面的url就加上選中的樣式