Thank you very much for the quick reply, Tim!

I had started sub-classing, and was just looking into the meaning of 'this.options.emulation' ...

Cheers!
Lee

On 06/06/2011 14:12, Tim Wienk wrote:
Hello,

In the docs the two options are mentioned, perhaps they should be
positioned right under each other to make them easier to find:

* method - (string: defaults to 'post') The HTTP method for the
request, can be either 'post' or 'get'.
* emulation - (boolean: defaults to true) If set to true, other
methods than 'post' or 'get' are appended as post-data named '_method'
(used in rails)

So if you set emulation to `false`, you should be able to use any
`method` you want.

Tim.

Reply via email to