[jQuery] <title> tag not readable in MSIE

[jQuery] <title> tag not readable in MSIE


The foklowing code works fine in Firefox, but not in MSIE;
var title = $("title").text();
I want to know the <title>blabla</title> as you can see. But MSIE does
not support this.
Is there another solution for this?