Hi Klaus,
After further digging the mixed case issue was a false lead. I'd made
two simultaneous changes and the second one turned out to be the
culprit.
I changed this:
$('#container-1 ul').tabs({cookie:{}})
to this:
$('#container-1 > ul').tabs({cookie:{}})
and that > ends up breaking the inner tab set, mixed case or not.
Thanks for your assistance!
On Feb 22, 3:22 pm, Klaus Hartl <[email protected]> wrote:
> On 22 Feb., 18:52, Jeffrey B <[email protected]> wrote:
>
> > When I create a nested tab set and use a miXeD case id selector for
> > the INTERIOR tab set container it breaks the interior tab set:
>
> In which way does it break and in which browser?
>
> --Klaus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---