02 2012 档案

摘要:<div id="dh_title" style="width: 960px; height: 40px; background: url(dh.gif); text-align: center;"> <ul class="db_c"> <li class="showdh">Menu</li> <li>Menu</li> <li>Menu</li> <li>Menu</li> <li> 阅读全文
posted @ 2012-02-28 16:04 ajunfly 阅读(2404) 评论(0) 推荐(0)
摘要:http://codylindley.com/jqueryselectors/ 阅读全文
posted @ 2012-02-24 15:03 ajunfly 阅读(241) 评论(0) 推荐(0)
摘要:oninput="getInputValue(this)" onpropertychange="getInputValue(this)",oninput支持火狐onpropertychange支持IE 阅读全文
posted @ 2012-02-24 14:54 ajunfly 阅读(323) 评论(0) 推荐(0)
摘要:$(function() { $("#Button1").click(function() { //无参数 $.ajax({ type: "post", //访问WebService使用Post方式请求 contentType: "application/json", //WebService 会返回Json类型 url: "WebService.asmx/HelloWorld", //调用WebService的地址和方法名称组合 data: "{}", //这里是要传递的参数,格式为 data 阅读全文
posted @ 2012-02-23 09:47 ajunfly 阅读(253) 评论(0) 推荐(0)