it's not problem of Jquery Tabs - their code is pretty good written and fast enough.
the problem why your tabs is loading so long is long response of `post` function in file munchkin.js (line 55) if you will profile your page while switching tabs you will found that about 99% of time is taken by this function: post 1 98.48% 1015.625ms munchkin.js (line 55) check this function, and try to found out why it takes so much time to execute, maybe there is some server response what is taking so much time - you need to know better what is doing this function for you. On Apr 12, 10:32 am, alex <[EMAIL PROTECTED]> wrote: > Actualy jquery tab is awfully slow!. > > On Apr 9, 10:10 am, J Moore <[EMAIL PROTECTED]> wrote: > > > Try creating a test page with only the js code needed for the tabs. > > > As for keeping content hidden during loading, I like to use a css > > class called "hidden". > > > /* css */ > > .hidden { display: none; } > > > /* html */ > > <div class="foo hidden">I am hidden</div> > > > On Apr 8, 1:54 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > > > > We are using tabs on this page:http://success.marketo.com/index.php > > > > There is a long delay (FF2) between click and the transition. Are we > > > doing > > > something wrong? > > > > Also, what is the best practice to make the tabs detail hidden until it > > > finishes tabbifying the block? > > > > Thanks much, > > > > Glen