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