随笔分类 - JQuery
jquery 弹出浮层(div) + 遮蔽层
摘要:<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>test</title> <script type="text/javascript" src="jquery/jquery-1.2.6.js" ></script> <sty...
阅读全文
jquery 异步获取cnblogs首页的最新随笔
摘要:<script language=javascript> window.onload = function(){ $("#btnGet").click(function(){ $.ajax({ type:'get', url:'http://www.cnblogs.com/rss', beforeSend:function(XMLHttpRequest){ $("#btnGet")....
阅读全文
专门生成loading图标的网站
摘要:http://ajaxload.info/
阅读全文
各种jquery插件
摘要:各种jquery插件 http://www.cssrain.cn/article.asp?id=687
阅读全文
jQuery的radio,checkbox,select操作
摘要:原文:http://www.cnblogs.com/kaixin110/archive/2008/03/25/1120888.html 获取一组radio被选中项的值 var item = $('input[@name=items][@checked]').val(); 获取select被选中项的文本 var item = $("select[@name=items] option[...
阅读全文
jquery调用webservice
摘要:1、编写4种WebService方法 [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [ScriptService] //令WebService成功...
阅读全文
浙公网安备 33010602011771号