I couldn't *quite* tell from your message, but if you're using the jQuery UI Tabs plugin (http://jqueryui.com/demos/tabs/), please post your question to the jQuery UI list: http://groups.google.com/group/jquery-ui
Otherwise, please specify which tab plugin you're using, for the right help here. Thanks. - Richard On Thu, Sep 24, 2009 at 5:22 PM, richajax <jinkuk....@gmail.com> wrote: > > > Hi guys, > > I am relatively new to jquery and using jquery tab to one of the > page. > The tab contains 3 tab, and each tab contains pretty heavy dom > instead. > When I toggle the tab, I noticed about a 2 second delay, and wondered > why there is such a delay. > so.. run the profiler in the IE developer tool, and noticed that most > of the bottleneck was on dequeue in load function of the ui.tab. I > looked at what it does, and was bit confusing why > element.dequeue("tabs") causes such a delay ? > > Is this general limitation of tab.ui ?? can it be simple show, and > hide tabs - I believe this would be bit more faster ?? > > Richard K