IE does not refresh after Ajax get/posts

前端 未结 5 683
旧时难觅i
旧时难觅i 2021-01-23 20:26

I have a small problem that I don\'t know how to deal with.

I\'ve written some jQuery post/gets which work fine in FF, Opera and Chrome. But when run from explorer (any

5条回答
  •  花落未央
    2021-01-23 20:41

    $.ajax({
            type: 'GET',
            cache: false,
    

    this is works when writing cache: false, works in internet explorer with version 10 and 11 also in firefox and crome. Thank you stack overflow.

提交回复
热议问题