[jQuery] Re: AJAX JSON call and caching?

2008-10-27 Thread MarcDK
It's a php file which outputs a json file. What do I hav to change? On 25 Okt., 16:02, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Ok, but it does not really work: > > >http://www.marctv.de/#moblog_teaser > > > What's the matter? > > Is the server sending cache-control and last-modified headers?

[jQuery] Re: AJAX JSON call and caching?

2008-10-25 Thread Mike Alsup
> Ok, but it does not really work: > > http://www.marctv.de/#moblog_teaser > > What's the matter? Is the server sending cache-control and last-modified headers?

[jQuery] Re: AJAX JSON call and caching?

2008-10-25 Thread MarcDK
Ok, but it does not really work: http://www.marctv.de/#moblog_teaser // JSON mit URL und Parameter "page" aufrufen $.getJSON("http://www.marctv.de/index.php?json_output_mob";, { page: settings.cur_page }, // Diese Funktion wird aufgerufen, wenn die JSON-Daten angekommen sind

[jQuery] Re: AJAX JSON call and caching?

2008-10-25 Thread Mike Alsup
> I try to figure out how to enable caching for JSON calls. I used the > example and the jquery documentation but I have no idea where to put > the "cache: true". You don't need to explicitly set cache:true, that is the default behavior.