Welcome Guest, Not a member yet? Register   Sign In
JQuery & AJAX & IE Div Caching...
#2

[eluser]depthcharge[/eluser]
Hi,

if it's a cache issue, As in the browser is caching the return from the ajax load, what happens if you make the call a dynamic generated url, i.e using a dummy method parameter used for the only purpose of making the call unique maybe using a parameter generated from the current date/time / timestamp / hash etc?

##DATETIME## below being replaced with a variable containing the current unique string of sorts. Obviously if you are using other parameters your case might change.

Code:
$("#content").load("index.php?/messages/view/##DATETIME##");

This is just a brainfart!, just a thought.


Messages In This Thread
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 10:47 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 10:59 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 11:09 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 11:14 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 11:40 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-29-2009, 11:52 PM
JQuery & AJAX & IE Div Caching... - by El Forum - 05-30-2009, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB