PUT Ajax request

前端 未结 3 2346
天涯浪人
天涯浪人 2021-02-20 09:59

I am new to doing Ajax request and have put together the following Pastie. Line 107 is my $.PUT and is throwing an error in firebug that $.PUT does not a function. As for the aj

3条回答
  •  青春惊慌失措
    2021-02-20 10:26

    See the simple and clean answer here: https://stackoverflow.com/a/11549679/916632 Just change the type value to "PUT".

    Also handles the 415 response that might be causing problems for others (it blocked me). Also the 400 response in terms of the data object sent.

提交回复
热议问题