easyUI中tab页的隐藏和显示

来源:互联网 发布:正元恒邦行情分析软件 编辑:程序博客网 时间:2024/05/18 11:46

tab页的隐藏:

         $('#tabid').tabs('getTab',"tab页标题").panel('options').tab.hide();//显示tab页
         $("#某个tab页id").hide();//显示tab内容

tab页的显示:

          $('#tabid').tabs('getTab',"tab页标题").panel('options').tab.show();//显示tab页
         $("#某个tab页id").show();//显示tab内容

阅读全文
0 0
原创粉丝点击