摘要: css:body,h2,h3,ul,p{margin:0;padding:0;font-size:12px;} li{list-style: none; } a{text-decoration: none;} img{border:none;vertical-align: top;... 阅读全文
posted @ 2015-11-29 22:02 很好玩 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 一、jQuery绑定事件的三种方法 我们这里首先复习一下jQuery绑定事件的三种方法:target.click(function(){});target.on("click",function(){});target.bind("click",function(){});target.live(... 阅读全文
posted @ 2015-11-29 21:44 很好玩 阅读(66921) 评论(2) 推荐(0) 编辑