JQ 判断网页 JQ 是否存在

如题:JQ 判断网页 JQ 是否存在

(function(){
	if(typeof jQuery == 'undefined'){
		document.write('<script src=\"http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js\"><\/script>');
	}
})();

猜你喜欢

转载自onestopweb.iteye.com/blog/2282198
jq
今日推荐