IE must close for event with jQuery to work

后端 未结 1 1461
旧巷少年郎
旧巷少年郎 2021-01-19 08:16
    

        
1条回答
  •  说谎
    说谎 (楼主)
    2021-01-19 08:57

    IE caches get requests

    You can disable this with cache: false parameter in jquery get

    Default: true, false for dataType 'script' and 'jsonp' If set to false, it will force requested pages not to be cached by the browser. Setting cache to false also appends a query string parameter, "_=[TIMESTAMP]", to the URL.

    0 讨论(0)
提交回复
热议问题