2012-11-28 52 views

回答

1

選擇時添加當前類有一個額外的標籤被添加到LI >>>>>>>>>data-menu-active =「2」使用此可以添加額外的類活動或選擇使用jQuery或JavaScript

+0

謝謝,我已經申請我的戰術及其工作檢查我的答案 – softsdev

0
jQuery("#_menu-3 ul li").each(function(){ 
    if(typeof jQuery(this).attr('data-menu-active') != 'undefined'){ 
    jQuery(this).addClass('_current'); 
    jQuery(this).find('a:first').addClass('_current'); 
    } 
}) 
0

它應該已經有一個類current-menu-item