f so, how?
Thanks in advance!
On Jul 1, 7:28 pm, James wrote:
> If your requests are returning 304 Not Modified, then it means it's
> using the cached version because the one on the server is not
> different from the one in the cache.
>
> On Jul 1, 1:07 pm, wgordonw1 wrote:
bump. is it possible to cache something using the ajax call and only
download it using last-modified headers? or is that why nobody ever
responded?
Anyone? Please?
I cannot figure out how to get my json file to be cached by the
browser when I download it with an ajax request. I have tried two
different methods:
method one:
$.ajax({
type: "GET",
url: "long_url.json",
dataType: "json",
cache: t
4 matches
Mail list logo