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
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.