随笔分类 -  jQuery

摘要:http://api.jqueryui.com/tooltip/#option-position,详细使用方法。http://jqueryui.com/tooltip/,DEMO。content使用$( ".selector" ).tooltip({ content: "Awesome title!" });//div及相关标签使用样式,鼠标放上去时显示"Awesome title!",例如:<div class="selector">test</div>初始化后设置或获取内容// gett 阅读全文
posted @ 2013-03-29 20:21 天道酬勤,相信自己 阅读(3250) 评论(0) 推荐(0)
摘要:<input type="radio" name="usex" value="0">男<input type="radio" name="usex" value="1">女根据值来选中radio,假设变量usex=1;var usex=1;$("input[name=usex][values="+usex+"]").attr("checked","checked");假设选 阅读全文
posted @ 2013-03-15 11:53 天道酬勤,相信自己 阅读(138) 评论(0) 推荐(0)
摘要:官方网址:http://blog.ajaxmasters.com/jquery-pagination-plugin/演示地址:http://tutorials.ajaxmasters.com/pagination-demo/调用说明:引用文件:<link rel="stylesheet" href="pagination.css" /><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jqu 阅读全文
posted @ 2013-02-24 11:59 天道酬勤,相信自己 阅读(310) 评论(0) 推荐(0)
摘要:http://jsonlint.com/ 阅读全文
posted @ 2013-02-24 09:20 天道酬勤,相信自己 阅读(135) 评论(0) 推荐(0)