in this page: http://www.studiokhalid.com/test/jquery/2.html
I am trying to use a simple Jquery Coda slider (that works fine alone) inside the OUTDOOR tab in the Jquery Tools Tabbed Ajax. When I click that tab, it is empty ! while it actually display the Coda slider.
Help is very much appreciated, and thanx.
Just a guess, but it probably isn’t loading the ajax content, but since you didn’t include your javascript, it is difficult to say.
Edit:
Thanks for adding your example. The problem is actually quite simple to fix. Your script is doing the AJAX stuff alright. However, your css file has set the content it loads to not display.
in your tabs-no-images.css file around line 60:
That display:none; is your culprit.