html IE加载jQuery.js,其他加载zepto.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IE加载jQuery.js,其他加载zepto.js相关的知识,希望对你有一定的参考价值。

<script>
    // This detects whether the browser requires the Zepto or Ender library
    document.write('<script src=js/' +
    ('__proto__' in {} ? 'zepto' : 'jquery') +
    '.min.js><\/script>');
</script>

以上是关于html IE加载jQuery.js,其他加载zepto.js的主要内容,如果未能解决你的问题,请参考以下文章

为啥html导入了jquery.js页面却没有加载?

设置 innerhtml 时出现 IE 未知运行时错误

如何让jquery在页面没加载完就可以执行,每次要等到整个hmtl加载完才可以执行jquery,这样很慢

jQuery Lazy Load图片懒加载

thinksns系统的js加载顺序整理

jquery.lazyload (JS懒加载框架使用详解)