码迷,mamicode.com
首页 > Web开发 > 详细

jquery:ajax()方法的标准写法

时间:2017-11-27 16:51:51      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:post   .ajax   jquery   rip   type   键值   类型   for   cti   

$.ajax({

  url:"https://www.baidu.com",//请求地址

  dataType:"xml",//数据类型(xml、html、script、text、json、jsonp)

  async:"true",//是否异步(false或者true;默认值为true)

  data:"{‘键‘,‘值‘}",//键值对的形式

  type:"GET",//请求格式GET和POST

  beforesend:function(){},

  success:function(){},

  complete:function(){},

  error:function(){},

})

jquery:ajax()方法的标准写法

标签:post   .ajax   jquery   rip   type   键值   类型   for   cti   

原文地址:http://www.cnblogs.com/wangpengfei8313/p/7904250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!