NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 458 forks source link

Method put doesn't work in Safari #183

Closed sluchznak closed 5 years ago

sluchznak commented 6 years ago

Description

I set "method" option as "put", but Safari sent POST request

how to reproduce

$(document).ready(function() {
  $('.editable').editable('/handler', {
    method: 'put',
    cancel: 'Cancel',
    submit: 'Update'
  });
});

expected result

Request in Safari with PUT method

actual result

Request in Safari with POST method

Environment

Browser: Safari 12 OS: macos Mojave

NicolasCARPi commented 6 years ago

Why do you think this template is here?

NicolasCARPi commented 6 years ago

And you only see this behavior with Safari?

Which version of jquery are you using?

NicolasCARPi commented 5 years ago

Closing for lack of feedback.