记录下关于ie浏览器的几个兼容性问题

2016-4-9 Jon js+jquery+ajax

1.ie9不支持createContextualFragment属性或方法(ie中只有ie9不支持) 解决方法:把下面的代码放入js文件的头部 if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) {     Range.prototype.createContextualFragment = function(html) {       var frag = document.cr...

阅读全文>>

标签: 兼容 ie

评论(0) 浏览(2892)

皖ICP备15010162号-1 ©2015-2022 知向前端
qq:1614245331 邮箱:13515678147@163.com Powered by emlog sitemap