[jQuery] Re: dynamic title set after ajax

2009-01-14 Thread Olaf Bosch
Olaf Bosch schrieb: Thank you for reading, i have it :) replace is doing: document.title = data.replace( /([\s\S]+)/, '' ).replace(/<\/title>([\s\S]+)/, '' ); with this works in all Browsers I tested. after a ajax load of content in a DIV I try to change the title of the parent document,

[jQuery] Re: dynamic title set after ajax

2009-01-14 Thread Olaf Bosch
MorningZ schrieb: This guy's code works across FF, IE and Chrome from what i see (sorry i don't have Safari or Opera installed) :) thanks, fine script ;) My problem is not the set of title, get the title is my problem :) -- Viele Grüße, Olaf --- olaf.bo...@t-

[jQuery] Re: dynamic title set after ajax

2009-01-14 Thread MorningZ
This guy's code works across FF, IE and Chrome from what i see (sorry i don't have Safari or Opera installed) http://javascript.internet.com/page-details/dynamic-title-bar.html On Jan 14, 11:20 am, Olaf Bosch wrote: > Hi all, > after a ajax load of content in a DIV I try to change the title o