简单将Jquery改用为Google加速载入
即由
<script type='text/javascript' src="jquery/jquery-1.3.1.js"></script>
改为
<script src="http://www.google.com/jsapi" language="javascript">
</script>
<script language="javascript">
google.load("jquery", "1.3.2");
</script>
2124

被折叠的 条评论
为什么被折叠?



