AJax技术

JavaCrazyer的ItEye(codewu.com)技术博客(2)

字号+ 作者:H5之家 来源:H5之家 2018-01-19 16:00 我要评论( )

该函数被调用取决于请求失败。该回调函数被传入如下参数: The function to be called upon failure of the request. The callback is passed the following parameters: response : Object 包含数据的xhr对象。 The

该函数被调用取决于请求失败。该回调函数被传入如下参数: The function to be called upon failure of the request. The callback is passed the following parameters:

  • response : Object

    包含数据的xhr对象。 The XMLHttpRequest object containing the response data.

  • options : Object

    请求所调用的参数。 The parameter to the request call.

  • scope : Object (可选项)(Optional)

    回调函数的作用域:回调函数"this"对象指针。默认值为浏览器窗口。 The scope in which to execute the callbacks: The "this" object for the callback function. If the url, or params options were specified as functions from which to draw values, then this also serves as the scope for those function calls. Defaults to the browser window.

  • form : Element/HTMLElement/String (可选项)(Optional)

    用来压入参数的一个<form>元素或<form>的标识。 The <form> Element or the id of the <form> to pull parameters from.

  • isUpload : Boolean (可选项)(Optional)

    如果该form对象是上传form,为true(通常情况下会自动探测)

  • headers : Object (可选项)(Optional)

    为请求所加的请求头。 Request headers to set for the request.

  • xmlData : Object (可选项)(Optional)

    用于发送的xml document。注意:它将会被用来在发送数据中代替参数任务参数将会被追加在url中。 XML document to use for the post. Note: This will be used instead of params for the post data. Any params will be appended to the URL.

  • jsonData : Object/String (可选项)(Optional)

    JSON data to use as the post. Note: This will be used instead of params for the post data. Any params will be appended to the URL.

  • disableCaching : Boolean (可选项)(Optional)

    设置为True,则添加一个独一无二的cache-buster参数来获取请求。 True to add a unique cache-buster param to GET requests

  •  

    1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

    相关文章
    • Ajax请求发送成功但不进success的解决方法

      Ajax请求发送成功但不进success的解决方法

      2018-01-19 16:00

    • Ajax有什么用途?

      Ajax有什么用途?

      2018-01-19 15:01

    • Ajax push与pull模式的比较 技术核心

      Ajax push与pull模式的比较 技术核心

      2018-01-19 12:08

    • AJAX技术之网易滚动新闻简单实现(附源码)

      AJAX技术之网易滚动新闻简单实现(附源码)

      2018-01-18 16:08

    网友点评