摘要: jQuery零基础学习笔记(一)Q:如何添加jQuery库?A:两种方式。 第一种,从jQuery.com网站上下载名为jQuery.js的库函数到本地,再加载,如下:<head> <script type="text/javascript" src="jquery.js"></script> </head> 第二种,不用在本地存放jQuery库,而是加载google和Microsoft的jQuery的核心文件,如下:<head> <script type="text/javas 阅读全文
posted @ 2012-09-16 10:05 ishibin 阅读(309) 评论(0) 推荐(1) 编辑