I'm using jQuery tools with the Tab feature and Ajax support to link to pages. My problem is that I want to change the title of the page when the tab is changed.
I can't find any references on the guide开发者_运维百科.
Thanks.
$("title").text(title);
I'm using jQuery tools with the Tab feature and Ajax support to link to pages. My problem is that I want to change the title of the page when the tab is changed.
I can't find any references on the guide开发者_运维百科.
Thanks.
$("title").text(title);
精彩评论