[jQuery] Re: Slow tabs

2008-04-12 Thread Klaus Hartl
On Apr 12, 9:32 am, alex <[EMAIL PROTECTED]> wrote: > Actualy jquery tab is awfully slow!. Huh? Can you expand on this a little bit? --Klaus

[jQuery] Re: Slow tabs

2008-04-12 Thread upandhigh
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

[jQuery] Re: Slow tabs

2008-04-12 Thread alex
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;

[jQuery] Re: Slow tabs

2008-04-09 Thread J Moore
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 */ I am hidden On Apr 8, 1:54 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > We are using