PUT Ajax request

前端 未结 3 2323
天涯浪人
天涯浪人 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:32

    Seems like you're not including the _ajax_request_PUT.js in your main file. This is why the function $.put cannot be found. Include it first, then your error will disappear.

提交回复
热议问题