The jQuery documentation for jQuery.ajax() says the following:
Note: Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.
jQuery itself says it supports IE 6.0+, FF 2+, Safari 3.0+, Opera 9.0+ and Chrome. So which (if any) of the above does not support an HTTP DELETE?