随笔分类 -  jquery

摘要:div1 div2 this is div1 this is div2 另外, .toggle()也可用于切换元素的可见状态。将可见元素置为隐藏,将隐藏置为可见的。 div1 div2 this is div1 this is div2 ... 阅读全文
posted @ 2011-10-31 22:56 samlee 阅读(344) 评论(0) 推荐(0)
摘要:1 2 3 阅读全文
posted @ 2011-10-31 22:35 samlee 阅读(186) 评论(0) 推荐(0)
摘要:很久没有接触web开发了,今天心血来潮看看jquery, 首先从最简单的hello world入手吧, 直接上代码 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <script src='jquery-1.6.3.js'/> 5 <title>demo</title> 6 7 </head> 8 <body> 9 <a href = "http:\\jquery.com">jquery&l 阅读全文
posted @ 2011-09-09 23:03 samlee 阅读(152) 评论(0) 推荐(0)