读书人

opencart 在主菜单下设置current_item

发布时间: 2013-03-21 10:08:17 作者: rapoo

opencart 在主菜单上设置current_item 在菜单上高亮当前分类

$(function(){function getURLParameter(name) {return decodeURI((RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,""])[1]);}var path = getURLParameter("path");if (path != "") {$("#menu li a").each(function() {if ($(this).attr('href').indexOf('path=' + path) > -1) {$(this).css("background-color", "#000");}});}})

读书人网 >互联网

热点推荐