Firefox keeps form data on reload

后端 未结 8 2105
忘掉有多难
忘掉有多难 2020-12-02 14:59

I have a big problem with the functionality in Firefox that keeps data that the user have filled in on reload F5. If i use Ctrl+F5 the forms

8条回答
  •  情深已故
    2020-12-02 16:02

    I think easier and quicker way to do that is

    $('input,textarea').attr('autocomplete', 'off');
    

提交回复
热议问题