码迷,mamicode.com
首页 > 编程语言 > 详细

jquery 异步生成并加载javascript文件

时间:2015-05-01 10:39:17      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

(function() {
  var ga = document.createElement(‘script‘); ga.type = ‘text/javascript‘; ga.async = true;
  ga.src = (‘https:‘ == document.location.protocol ? ‘https://ssl‘ : ‘http://www‘) + ‘.google-analytics.com/ga.js‘;
  var s = document.getElementsByTagName(‘script‘)[0]; s.parentNode.insertBefore(ga, s);
  })(); 

jquery 异步生成并加载javascript文件

标签:

原文地址:http://www.cnblogs.com/anyben/p/4470360.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!