var tab = $('#mainTabs').tabs('getSelected'); // get selected panel $('#mainTabs').tabs('update', { tab: tab, options: { title: 'New Title', href: 'get_content.do' // the new content URL } });
这段代码是在jquery easyui当前tabs中加载你想要的url
本文共 340 字,大约阅读时间需要 1 分钟。
var tab = $('#mainTabs').tabs('getSelected'); // get selected panel $('#mainTabs').tabs('update', { tab: tab, options: { title: 'New Title', href: 'get_content.do' // the new content URL } });
这段代码是在jquery easyui当前tabs中加载你想要的url
转载于:https://www.cnblogs.com/fangyuan303687320/p/5522418.html