I think you said you were using Django?  I suggest looking at what technique
it uses to do REST/DELETE and such.  Rails uses the trick where it does
DELETE and such as a POST with a "_method=delete" argument.  I would imagine
Django has a solutio of their own/similar.

On Thu, Jul 3, 2008 at 8:20 PM, Yosifov Pavel <[EMAIL PROTECTED]> wrote:

>
> Hmm, after googling I saw that problems not in XMLHttpRequest - it can
> do DELETE in all browsers. Richard, you mean HTML forms only? But I
> mean DELETE via ajax in jQuery without any forms...
>



-- 
Chris Bailey
[EMAIL PROTECTED]

Reply via email to