您的位置:首页 > 其它

Tabs初始化时如何让特定的tab处于选中状态

2011-07-15 17:42 351 查看
使用UPDATE方法
update

param

Update the specified tab panel, the param parameter contains two properties:
tab: the tab panel to be updated.
options: the panel options.

$('#div_sysconfig').tabs('update',{
tab:$('#div_sysconfig').tabs('getTab','首页图片管理'),
options:{
selected:true
}
});
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: