Set cache option to true. http://docs.jquery.com/UI/Tabs/tabs#options
--Klaus On 20 Nov., 01:11, nemozob <[EMAIL PROTECTED]> wrote: > I'm using jQuery tabs and wanted to load the non-active tab content > via ajax. It looks like the default method loads the remote content > each time. > > What I'd like to do is have it load only once when the respective tab > is clicked. I haven't explored other options yet but I imagine I can > write a custom json call just bypass the jQuery tabs implementation. > > Suggestions?