随笔分类 -  jquery css3 html5

jquery ajax 超时设置
摘要:自:jquery ajax超时设置var ajaxTimeoutTest = $.ajax({ url:'',//请求的URL timeout : 1000, //超时时间设置,单位毫秒 type : 'get',//请求方式,get或post data :{},//请求所传参数,json格... 阅读全文

posted @ 2014-09-28 15:28 数学之道 阅读(240) 评论(0) 推荐(0)

使用jQuery解析JSON数据
摘要:转自:http://www.cnblogs.com/codeplus/archive/2011/07/18/2109544.htmlJSON数据如下,是一个嵌套JSON:{"comments":[{"content":"很不错嘛","id":1,"nickname":"纳尼"},{"content"... 阅读全文

posted @ 2014-06-22 17:15 数学之道 阅读(388) 评论(0) 推荐(0)

Django json处理
摘要:转自:http://www.gowhich.com/blog/4231, 发往浏览器端前端:jQuery发送GET请求,并解析json数据。url = "http://example.com/?q=" + q + "&rand=" + Math.random();$.getJSON(url, fun... 阅读全文

posted @ 2014-06-21 11:31 数学之道 阅读(806) 评论(0) 推荐(0)

一种 jquery 检索方案
摘要:整理自:http://www.cnblogs.com/linjiqin/archive/2011/03/18/1988464.htmlstruts2名字: 阅读全文

posted @ 2014-06-18 15:28 数学之道 阅读(198) 评论(0) 推荐(0)

导航