通过Google CDN加载jQuery库
通过Google CDN加载jQuery库
1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>
2. <script type="text/javascript" src="http://www.google.com/jsapi">
google.load("jquery","1.4.2");
google.setOnLoadCallback(function(){
//使用jQuery
});
</script>