修改菜单选中状态失效问题
This commit is contained in:
@ -216,6 +216,8 @@ $(function() {
|
||||
dataIndex = $(this).data('index'),
|
||||
menuName = $.trim($(this).text()),
|
||||
flag = true;
|
||||
$(".nav ul li").removeClass("active");
|
||||
$(this).parent("li").addClass("active");
|
||||
if (dataUrl == undefined || $.trim(dataUrl).length == 0) return false;
|
||||
|
||||
// 选项卡菜单已存在
|
||||
|
Reference in New Issue
Block a user