Tabs + PopupWindow
Tabs + PopupWindow
I am trying to switch from a bunch of generic Javascripts to all of
them being jQuery Plugins.
I am using PopUpWindow (http://rip747.wordpress.com) to create old-
school popup windows on the fly.
I am also implementing jQuery UI Tabs but only the ajax implementation
of it.
Both work fine separately but when I try and put a popup inside of an
ajax tab, the popup does not popup and takes control of the current
window. I have tried everything I know to do from embedding the popup
javascript within the page being called in the tab but nothing is
working. I have confirmed that the popup links work as long as they
are not inside an ajax tab and also work inside a regular tab.
<a href="/contest/zoo/" class="popupwindow" rel="width:590,height:
540,scrollbars:1">Popup</a> is an example of what one of the popup
links look like.
Thanks.