标签: javascript jquery internet-explorer selector
为什么它会给出错误,即当我尝试更改标题时。
$('title').text('new title'); or $('title').html('new title');
在其他浏览器中运行良好。
顺便说一下,我想提一下,当我尝试使用以下代码获取title的值时,它可以正常工作。
alert($('title'));
任何人都知道为什么会这样做?它太麻烦了,以修复ie的错误。
答案 0 :(得分:3)
您应该将document.title属性设置为普通字符串。
document.title