Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery UI Tabs -- Can the 'cache' option be applied on a per-tab basis?

I'm working on a tabbed UI using jQuery UI AJAX tabs. Some tabs (tabs which are read-only) need to refresh automatically whenever the user leaves and returns to them, while others (tabs which contain forms) should only load once and not refresh when returned to.

Is it possible to specify that a single tab should cache it's AJAX contents while others continue to be non-cached?

like image 961
STW Avatar asked Oct 26 '22 05:10

STW


1 Answers

Check out this question: JQuery UI Tabs caching

The answer was never accepted, but it looks solid and handles pretty much exactly what you're looking for.

like image 177
Ender Avatar answered Nov 30 '22 13:11

Ender