当前位置:主页 > 网页前端 > jquery >

jquery延迟加载外部js实现代码

时间:2022-01-12 08:51:46 | 栏目:jquery | 点击:

复制代码 代码如下:

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
$.getScript(gaJsHost + "google-analytics.com/ga.js",function(){
try {
var pageTracker = _gat._getTracker("UA-123456-16");
pageTracker._trackPageview();
} catch(err) {}
});

您可能感兴趣的文章:

相关文章