You probably need to tabify in the load callback:

$('#example').tabs({
    load: function(e, ui) {
        $('ul', ui.panel).tabs(); // adapt selector here...
    }
});


--Klaus


On Jun 29, 5:48 pm, Sam <[EMAIL PROTECTED]> wrote:
> The tabs work fine on the first page, but I need a second group of
> tabs on the "by Season" tab. The code is there, but the tabs don't
> generate on document ready.
>
> front page:
>
> http://www.texas-asl.com/ladder/ladder.php
>
> by Seasons tab page:
>
> http://www.texas-asl.com/ladder/seasons.php

Reply via email to