随笔分类 -  jQuery

jQuery UI Autocomplete
摘要:jQuery UI Autocomplete 体验:链接更多的资料请看jQuery UI Autocomplete官方演示:http://jqueryui.com/demos/autocomplete====================DEMO==========================... 阅读全文

posted @ 2015-01-07 20:36 二狗你变了 阅读(236) 评论(0) 推荐(0)

jQuery验证控件(二)--jQuery.validate使用方法和常用的自定义验证规则
摘要:jquery.validate.js中success或error方法使用:地址jquery validate 使用示范:地址常用的自定义验证规则(如下)// 字符验证jQuery.validator.addMethod(“stringCheck”, function(value, element) ... 阅读全文

posted @ 2015-01-07 00:46 二狗你变了 阅读(202) 评论(0) 推荐(0)

jQuery验证控件(一)--jquery.validate.js使用说明+中文API
摘要:官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validationjQuery plugin: Validation 使用说明转载自:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.ht... 阅读全文

posted @ 2015-01-07 00:34 二狗你变了 阅读(161) 评论(0) 推荐(0)

JQuery $.ajax 参数详细
摘要:下面是Jquery中AJAX参数详细列表:参数名类型描述url String(默认: 当前页地址) 发送请求的地址。typeString(默认: "GET") 请求方式 ("POST" 或 "GET"), 默认为 "GET"。注意:其它 HTTP 请求方法,如 PUT 和 DELETE 也可以使用,... 阅读全文

posted @ 2014-12-25 23:23 二狗你变了 阅读(316) 评论(0) 推荐(0)

jQuery异步Deferred
摘要:原文链接:http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html普通操作回调函数方法1var wait = function(dtd){ var dtd = $.D... 阅读全文

posted @ 2014-10-17 17:23 二狗你变了 阅读(303) 评论(0) 推荐(0)

导航