标签:选项卡 关闭 cti ext function rem tle err main
function removePanel(){
$(‘#main ul li‘).each(function(index){ var tab = $(".tabs-closable", this).text(); if(tab!="首页") $("#main").tabs(‘close‘, tab);//除了标签为首页的其他全部关闭 });
标签:选项卡 关闭 cti ext function rem tle err main
原文地址:http://www.cnblogs.com/weimingxin/p/6718335.html