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

相关文章:

  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2021-11-29
相关资源
相似解决方案