The tabs href fragment identifier has to match an id in the current
document. Say you have a link in your tabs unordered list:
<ul>
<li><a href="#example">Tab</a></li>
...
</ul>
Than you need a matching div with such id being the tab content panel:
<div id="example">
...
</div>
If no such id is found the exception gets thrown.
--Klaus
On Sep 24, 8:19 am, ajpiano <[EMAIL PROTECTED]> wrote:
> What is this error meant to signify? There have been a few threads
> about this, but they contained nothing conclusive. The error seems to
> only be thrown by the switchTab() method, but it doesn't even appear
> that my tabs are initing properly - classes are applied, but the
> content of all the tabs is visible. I've got tabs 1.6rc2 running
> great on one site, yet on this one (it's Drupal, granted), I can't
> seem to get it going. Any insight on this error and what it is
> indicative of?
>
> Descriptive exceptions are great, except when there's no documentation
> of what they actually mean...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---