STW
STW

Reputation: 46434

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?

Upvotes: 5

Views: 1540

Answers (1)

Ender
Ender

Reputation: 15231

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.

Upvotes: 3

Related Questions