Target Envirment is a comment ajax loading view.

It will load newest comments after user submit a new comment .

But under IE6 its always cached ,and the reasone is the same url.

And Jquery catche propertiy set to false is not effected.

what simpplest is to add a random to the url make the request diffrent.

Just like:"/ajax/GetComments?ramdon="+(new Date()).getTime()

And another is use Math.random but i think nothing is more uniquess than time :)

How can help you!

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-12-06
  • 2022-01-01
  • 2021-11-15
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-04-24
相关资源
相似解决方案