function changeCurrentTabTitle(oldtitle,newtitle,url){ var currTab = $('#tabs').tabs('getTab',oldtitle); // or var currTab = $('#tabs').tabs('getSelected'); //这个也可以 $('#tabs').tabs('update',{tab:currTab,options:{title:newtitle,content:createFrame(url)}}); }