标签:js
意思很明显,语法错误,无法识别的表达式:不支持伪 :hover 。
因为我的Js代码中用了:hover,IE识别不了。
$('.replay_box textarea').is(":hover")
在IE下可以用检测当前获得焦点的元素id:
document.activeElement.id=='#xx'
IE出现语法错误Syntax error, unrecognized expression: unsupported pseudo: hover
标签:js
原文地址:http://blog.csdn.net/gisredevelopment/article/details/41015891