jQuery load() method memory leak?

前端 未结 3 1003
粉色の甜心
粉色の甜心 2020-12-19 16:09

I have hunted around for answer to this one, and though have found related quesions, I couldn\'t quite find an exact match for this.

I have a fairly large app which

3条回答
  •  伪装坚强ぢ
    2020-12-19 16:33

    Hmm perhaps it's just something really basic, but if i set $.ajaxSetup({ cache: false }); before the load calls, I don't seem to get the problem. Now, of course my "real" code has this call, so why might I see a problem? I believe the Tabs UI extension is causing caching to be switched on (I don't actually believe this, but invoking the false cache call before each load seems to fix it!!)

提交回复
热议问题