CSS 页面刷新添加和移除 class 样式

$(document).ready(function(){
        $('.p-menu li a').each(function() {
        if($($(this))[0].href == String(window.location))
                $(this).parent().addClass('active');
        });
})this

相关文章
相关标签/搜索