IE11-Only Submit Bug

前端 未结 8 1258
我寻月下人不归
我寻月下人不归 2021-02-01 18:44

I have a form on a page, something simple like:

8条回答
  •  滥情空心
    2021-02-01 19:03

    This doesn't directly relate to OP's question, but is an IE-only form submission issue:

    If you happen to set form.prop('disabled', true) during the submit event, other browsers will still send the form data, but IE will not - it'll send an empty request body.

提交回复
热议问题