> 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


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

Reply via email to