Hi,

I want to use JSONP to call a REST webservice. Therefore I need the
jsonp_callback parameter added to the URL for GET, POST, DELETE and
PUT requests.
Regrettably the jQuery library adds this parameter only to the URL if
I do a GET request, otherwise the lib tries to add it to the data
stream (which a DELETE request doesn't have).

Therefore I had to modify the JSONP part in the ajax function and
can't use the compressed lib. Is there a small chance this behaviour
will be changed in the future in the jQuery lib?

Kind regards,
Stefan

Reply via email to