easyui刷新当前tabs,jquery,easyui,tabs更新特定的选项卡面板 可使用update方法,param参数包含2个属性: tab: 将被更新的选项卡。 options: 选项卡相关配置项。 Example: //当前tabvar current_tab = $(‘#frame_tabs‘).tabs(‘getSelected‘);$(‘#frame_tabs‘).tabs(‘update‘,{tab:current_tab,options : {content : ‘<iframe scrolling="auto" frameborder="0" src="‘+URL+‘" style="width:100%;height:100%;"></iframe>‘,//或者 href : ‘‘;}});以上所述是小编给大家介绍的jQuery easyui刷新当前tabs的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对wanshiok.com网站的支持! easyui刷新当前tabs,jquery,easyui,tabs
|