var tab = $('#maintabs').tabs('getSelected'); //获得当前选中的tab 的href var url = $(tab.panel('options')).attr('href'); tab.panel('refresh', url);