JQuery UI Tabs - Can I use the cache option for each tab?

I am working on a tabbed user interface using jQuery UI AJAX tabs. Some tabs (tabs that are read-only) should be updated automatically when the user leaves and returns to them, while others (tabs containing forms) should be loaded only once and not be updated when they return.

Is it possible to indicate that one tab should cache AJAX content while others continue to not cache?

+5
source share
1 answer

Take a look at this question: caching jQuery user interfaces

, , .

+3

All Articles