使用UPDATE方法
update |
param |
Update the specified tab panel, the param parameter contains two properties: |
$('#div_sysconfig').tabs('update',{
tab:$('#div_sysconfig').tabs('getTab','首页图片管理'),
options:{
selected:true
}
});
使用UPDATE方法
update |
param |
Update the specified tab panel, the param parameter contains two properties: |