很多人都想要导航高亮,根据Labulaka的乐呵网的方式把方法汇总下。
1、增加JS代码,可以增加在public的scripts.html中
$(".main-menu a").each(function(){
if ($(this)[0].href
==
String(window.location)
&&
$(this).at...
2-28 414,128 views
很多人都想要导航高亮,根据Labulaka的乐呵网的方式把方法汇总下。
1、增加JS代码,可以增加在public的scripts.html中
$(".main-menu a").each(fun...