I'm not sure where you got your example code of how to wire up the
tabs, but you have

$(".meny").tabs()

and your HTML is:

<div class="meny">
      <div class="lilla">
            <ul>
                ... links ...
            </ul>
      </div>

</div>


the selector for tabs is going to look for a UL right under the
selected item (which your HTML is not), so perhaps

$(".lilla").tabs()

would work



On Mar 17, 8:33 am, Spence <espen...@gmail.com> wrote:
> Hey.
>
> I just upgraded jquery and tabs to the new version, but now the tabs
> doesnt work.
> I`m a newbie to jquery and cannot seam to solve it.
> If someone could give me a pointer to the solvation to the problem
> that would be great.
>
> The page is:www.espensg.com/test.html

Reply via email to