views:

20

answers:

1

Hi, 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.

A: 
$("title").text(title);
tandu