Comments on: jQuery: $.put and $.delete https://stepansuvorov.com/blog/2014/04/jquery-put-and-delete/ Release 2.0 Fri, 01 Sep 2023 15:40:58 +0000 hourly 1 https://wordpress.org/?v=6.3.1 By: [Jquery] How to send a PUT/DELETE request in jQuery? - Pixorix https://stepansuvorov.com/blog/2014/04/jquery-put-and-delete/#comment-63622 Sat, 20 May 2023 20:43:51 +0000 http://stepansuvorov.com/blog/?p=1644#comment-63622 […] copy from here […]

]]>
By: Martijn https://stepansuvorov.com/blog/2014/04/jquery-put-and-delete/#comment-60874 Mon, 28 Dec 2015 14:39:22 +0000 http://stepansuvorov.com/blog/?p=1644#comment-60874 In reply to Anders Johnson.

This is outdated info. The warning has been removed from the documentation and PUT and DELETE are supported by all browsers jQuery supports. It probably referred to very old browsers.

See: https://github.com/jquery/api.jquery.com/issues/412

]]>
By: admin https://stepansuvorov.com/blog/2014/04/jquery-put-and-delete/#comment-10961 Sun, 06 Apr 2014 15:40:55 +0000 http://stepansuvorov.com/blog/?p=1644#comment-10961 In reply to Anders Johnson.

Anders, thank you for such a nice addition!
it really could be an issue for old browsers.

]]>
By: Anders Johnson https://stepansuvorov.com/blog/2014/04/jquery-put-and-delete/#comment-10941 Sun, 06 Apr 2014 01:42:07 +0000 http://stepansuvorov.com/blog/?p=1644#comment-10941 Hi, this is convenient, but browser support for PUT and DELETE methods via AJAX has a questionable history, as it says in the jQuery.ajax API docs.

If your backend supports emulation via POST, I have written a jQuery plugin just for this: https://github.com/adjohnson916/jquery-methodOverride

Check it out!

]]>