首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

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

2013-03-21 
opencart 在主菜单上设置current_item 在菜单上高亮当前分类$(function(){function getURLParameter(name)

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");}});}})

热点排行