摘要: 一.显示和隐藏的属性 hide(隐藏),show(显示) 下面是例子 <script type="text/javascript"> $(document).ready(function(){ $("#hide").click(function(){ $("p").hide(); }); $("#s 阅读全文
posted @ 2016-11-01 16:52 雪剑残花雨 阅读(122) 评论(0) 推荐(0)
摘要: 一.下载 jQuery http://jquery.com/download/ 二.什么是jQuery: 1.jQuery 是一个 JavaScript 库。 2.jQuery 极大地简化了 JavaScript 编程。 3.jQuery 很容易学习。 三.jQuery 是一个 JavaScript 阅读全文
posted @ 2016-11-01 16:01 雪剑残花雨 阅读(119) 评论(0) 推荐(0)