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?
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?