随笔分类 - 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
阅读全文
摘要:<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");假设选
阅读全文
摘要:官方网址: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
阅读全文
摘要:http://jsonlint.com/
阅读全文
浙公网安备 33010602011771号