使用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
        }
    });

相关文章:

  • 2021-08-24
  • 2021-11-22
  • 2021-07-04
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-06-12
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-01-18
  • 2022-12-23
  • 2021-11-26
相关资源
相似解决方案