Interestingly $("title").text('new'); changes the title in the DOM, you can
see it in firebug, but it doesn't change it in the window.

Glen


On 6/1/07, Sean Catchpole <[EMAIL PROTECTED]> wrote:


jQuery is not needed for this, try:

document.title = "...";

~Sean

Reply via email to