var tab = $('#tt').tabs('getTab',0); // 取得第一个tab $('#tt').tabs('update', { tab: tab, options: { title: 'New Title' } });