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?