Hello!

I am currently using jquery-ui own tabs plugin. But its too heavy for the embedded platforms and I would like to try jQueryTools tabs.
However in my scenario I need the ajax tabs to be loaded only once (on first click) and then not again (a cached version should be used).
Is that possible?
Also I am currently using $(document).ready() in my ajax loaded page-fragments and it works. I have read in the docs here, that this is no longer possible when using jQueryTools?

Thanks,
Phil