Quote:
Originally Posted by LogicWeb
it hesitates for about 1-2 seconds on loading the ajax tabs up top (you can't miss it, right below main navigation bar). I am trying to figure out why this happens, but I just cannot seem to grasp the cause.
|
You actually described the cause, it is building the tabs
The script is doing quite a bit of introspection in the page, simply put, processing takes time.
You may want to look at starting with the "tabs" in HTML and using javascript to replace them or add event binding after the page has loaded. The specifics to guide you through that are going to take more than a quick reply in a forum. You may want to find someone near you to help guide you through the steps
|