【发布时间】:2015-04-13 06:32:49
【问题描述】:
我在 IE 10 中有一个 ajax 调用缓存问题。该解决方案是在 ajax 调用中传递 cache: false。我正面临着这个问题。我怎样才能在其中传递Cache: false?
$.getJSON(url , function(data){ //some code here }
【问题讨论】:
-
感谢您突出显示我已经检查过的内容,但没有人特别回答如何在
$.getJSON中回答pass cache: false -
@AamirShahzad:- 你不能在 $.getJSON 中传递 cache:false
标签: javascript jquery ajax backbone.js