首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

IE8不支持document.querySelectorAll()?该如何解决

2014-05-11 
IE8不支持document.querySelectorAll()?我是IE8 document.querySelectorAll(’link.jrWebFont’) 不支持此

IE8不支持document.querySelectorAll()?
我是IE8
 
document.querySelectorAll(’link.jrWebFont’) ; 不支持此属性或方法

why?

xp sp3
[解决办法]
document.querySelectorAll 这个html5的方法 ,不支持就换个别的方法。
[解决办法]
document.querySelectorAll() 是 HTML5中引入的新方法,它的使用方式与jQuery的选择器相同.
由于它是HTML5原生的方法,所以不需要添加jQuery引用。
IE8默认不支持html5.如果希望IE8支持html5,请参考 让IE浏览器支持HTML5标准的方法
[解决办法]
document.querySelectorAll() 是 HTML5中引入的新方法
IE8默认不支持html5
[解决办法]
IE本来就不支持很多东西,这也没什么好奇怪的

而且楼主说的这个方法也就支持html5的才行

如果真想用,建议客户换浏览器吧,换成支持html5的那些
[解决办法]
升级IE吧  这个属于很html5的东西

热点排行