[jQuery] Re: Using jQuery inside tabs

2008-02-25 Thread Klaus Hartl
On Feb 25, 11:41 pm, Seth - TA <[EMAIL PROTECTED]> wrote: > So if I understand what you are saying, any jQuery which I want to use > in the tabbed content must be in the parent page (the page which is > creating the tabs)?  I have tried to add the appropriate jQuery > statements to the parent page

[jQuery] Re: Using jQuery inside tabs

2008-02-25 Thread Seth - TA
So if I understand what you are saying, any jQuery which I want to use in the tabbed content must be in the parent page (the page which is creating the tabs)? I have tried to add the appropriate jQuery statements to the parent page and have still had no success. Could you provide me with some tip

[jQuery] Re: Using jQuery inside tabs

2008-02-25 Thread Klaus Hartl
On Feb 25, 8:48 pm, Seth - TA <[EMAIL PROTECTED]> wrote: > I have created a page that calls $tabs.tabs("add", this.href, title); > Where this.href is the link I am opening as a remote tab. This works > and the tab is added with the correct page showing, however, any and > all jQuery which is in th