cache and jQuery.get
I have a mobile app using cache via manifest file working and being in cache very well.
How can I get to information on the server. jQuery.post works no issues but jQuery.get will not because the browser just checks the local CACHE. Is there away of to make .get work.
Putting a random key after ? has zero effect. Is this something browsers will开发者_开发知识库just not allow going forward?
精彩评论