[UI.TABS] - tabs('load',x) and Cache
When a set of tabs is initialized with cache = true they do not
refresh when a load is called.
I have even used the latest rev in the trunk. (5047)
<<<<< CODE >>>>>>
$(document).ready(function(){
$("#UserHomeMainTabs").tabs();
$("#UserInfoPanelTabs").tabs({cache:true});
});
<<<<< END CODE >>>>>>
and then using this
<<<<<<< CODE >>>>>>>>
$("#UserInfoPanelTabs").tabs("load",2);
<<<<< END CODE >>>>>>
Using firebug no GET is made to the server.
Any ideas would be appreciated....
Shaun