[jQuery] problem with IE extracting the document title from an ajax request response
Is there a trick with IE for extracting the title from
an ajax response?
This works fine in FF but fails in IE using 1.3.2
var newTitle=$(response).filter("TITLE");
it's a horrible problem to google as title is sooo common
z