随笔分类 - jQuery
摘要:推荐几个国内的jquery CDN服务地址吧:新浪CDN,感觉很快,用的人很多,推荐使用!http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js其它版本可以在这里找地址http://lib.sinaapp.com/?path=/jquer...
阅读全文
摘要:show,hide——>是通过改变height,width,opacity来实现动画的显示与隐藏的fadeIn、fadeOut——>只通过opacity来实现动画的显示与隐藏的它们两个在动画显示与隐藏完后都会设置disply:none或displya:block。详见demo
阅读全文
摘要:':first' 只匹配一个元素,:first-child将为每个父元素匹配第一个子元素JohnKarlBrandonGlenTaneRalph$("li:first-child") :只匹配第一个ul 下的第一个li$("li:first-child"):匹配两个ul下的第一个li
阅读全文
摘要:1 //注意: 操作checkbox的checked,disabled属性时jquery1.6以前版本用attr,1.6以上(包含)建议用prop 2 3 //1、根据id获取checkbox 4 $("#cbCheckbox1"); 5 6 //2、获取所有的...
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="Scripts/jquery-1.4.1-vsdoc.js&qu
阅读全文