使用纯js javascript加载jQuery-单行-jquery.com网站最新的
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用纯js javascript加载jQuery-单行-jquery.com网站最新的相关的知识,希望对你有一定的参考价值。
var jqscript=document.createElement('script');jqscript.setAttribute("type","text/javascript");jqscript.setAttribute("src","http://code.jquery.com/jquery-latest.js");document.getElementsByTagName("head")[0].appendChild(jqscript);
以上是关于使用纯js javascript加载jQuery-单行-jquery.com网站最新的的主要内容,如果未能解决你的问题,请参考以下文章
html 纯javascript documetn ready函数(可能你想加载jquery)
JavaScript使用纯JS实现多张图片的懒加载Lazy(附源码)