
jquery
iteye_21194
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jquery提交json数据
$.ajax({ type: "POST", url: ‘url', data:JSON.stringify(dataObject) , contentType: "application/json", dataType: 'json', success: function(json){ alert(json); }, error: f...原创 2015-09-24 15:27:59 · 161 阅读 · 0 评论 -
jquery 跨域请求,报错:no transport
js代码如下: $.ajax({ type: "POST", url: actionUrl, dataType: "json", data:{command: 'QUERY'}, success: function (data) { ...原创 2015-01-26 17:52:16 · 604 阅读 · 0 评论 -
jquery 资料
jquery ui datepicker: http://www.w3cschool.cc/jqueryui/example-datepicker.html jqgrid 官网:http://www.trirand.com/ http://www.cnblogs.com/mycoding/archive/2011/07/07/2099878.html http://bl...原创 2015-01-26 22:24:00 · 119 阅读 · 0 评论