[jQuery] Re: HELP: how to browser cache json request?

2009-07-23 Thread wgordonw1
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:

[jQuery] Re: HELP: how to browser cache json request?

2009-07-01 Thread wgordonw1
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?

[jQuery] Re: HELP: how to browser cache json request?

2009-05-05 Thread wgordonw1
Anyone? Please?

[jQuery] HELP: how to browser cache json request?

2009-05-02 Thread wgordonw1
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