jquery ui tabs take FOREVER to load

jquery ui tabs take FOREVER to load


In certain parts of my site, the tabs take forever to load - in others they
load quickly. Odd thing is, Imusing almost the same code to extract data -
just extracting different data. The link to the site is below - it's almost
like the css is not being applied right away - ?? If you click on Game
Schedule, you'll see the tabs quickly, but if you click on Chain Crew, it
takes a long time before the tabs look right. Can anyone figure out what's
going on? I'm calling the tabs the exact same way on each page:
[code]
$(document).ready(function() {
    $('#chaincrew > ul').tabs();
});
</script>
<div id="chaincrew">
<ul class="anchors">
        <li> #Varsity Varsity </li>
        <li> #JV JV </li>
        <li> #Freshman Freshman </li>
</ul>
site is here: http://pvifootball.com/test/ http://pvifootball.com/test/
--
View this message in context: http://www.nabble.com/jquery-ui-tabs-take-FOREVER-to-load-tp21635692s27240p21635692.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.






















    • Topic Participants

    • kathy