function removePanel(){
$(‘#main ul li‘).each(function(index){ var tab = $(".tabs-closable", this).text(); if(tab!="首页") $("#main").tabs(‘close‘, tab);//除了标签为首页的其他全部关闭 });
No related content found.
时间: 2024-11-06 19:48:20
function removePanel(){
$(‘#main ul li‘).each(function(index){ var tab = $(".tabs-closable", this).text(); if(tab!="首页") $("#main").tabs(‘close‘, tab);//除了标签为首页的其他全部关闭 });
No related content found.