例如这样,选中和未选中的背景变化已实现,现在想要实现选中和未选中的字体颜色变化
setTimeout(function(){
$("span:contains(标题)") .css({'color':'red'});
},100)
修改选中tab字体颜色