On Nov 25, 9:36 am, DFischer <[EMAIL PROTECTED]> wrote:
> I'm trying to use a facebox overlay with tabs inside of it. It seems
> that the functionality breaks as soon as it's in an overlay.
>
> Is there a way to get around this, or is this just an impossible feat?
>
> The url changes when the "tab" is clicked on, the first tab is
> selected. This happens only when the tabs are inside the facebox.
>
> I'm loading the "facebox" content in a hidden div. When I unhide it
> the functionality is restored...
>
> So it seems to only happen when it's in the "overlay" box.

I've just implemented a similar thing except with a remote page
instead of div loading into the Facebox. I'm guessing you run the tabs
binding while they are still in a hidden div. You could try binding
the tabs within the 'afterReveal.facebox' document event instead.
e.g. $(document).bind('afterReveal.facebox', function() { $('#facebox
tabs').tabs(); });

Hope that helps,
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to