Michael Geary schrieb:
>> Is there a way to change the title of a document after an 
>> ajax Call. I'm using an ajax history system and I would like 
>> to view specific document title in the back button list. 
>>
>> I've try this but doesn't seem to work :  
>> $("title").html("Dynamic Title");      
>>
>> I can see the change in Bugzilla but the browser didn't refresh it. 
> 
> Try:
> 
> document.title = 'Dynamic title';
> 
> -Mike

But that still won't automagically let the changed titles appear in the 
history by the way. You'd need to change the hash in the URL for that. 
Am I lacking something?


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to