[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-21 Thread jsjqueryem...@gmail.com
I misread the post - my problem wasn't loading within a tab like the original post. It was loading a page containing my tabs layout into a regular div using .load() and it wasn't loading the script file linked to from the html page. On May 21, 4:12 am, Klaus Hartl wrote: > On 21 Mai, 07:47, "

[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-21 Thread Klaus Hartl
On 21 Mai, 07:47, "jsjqueryem...@gmail.com" wrote: > I've noticed the same problem. I had to resort to a separate .ajax > call to get it to load the js file I need to use. Interesting. Do you have a test case? In mine everything works as expected: http://www.stilbuero.de/jquery/test/remote_tabs

[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-20 Thread jsjqueryem...@gmail.com
I've noticed the same problem. I had to resort to a separate .ajax call to get it to load the js file I need to use. On May 15, 3:57 pm, FedeX wrote: > Hi everyone, I'm new on jquery ui and I'm testing the tabs > functionality. So far I'm able to retrieve a page for each tab loaded > by ajax (p

[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-15 Thread James
No, it's not normal behavior. Scripts should load and execute also. Have you tried just using a simple: alert('test'); as a test? On May 15, 10:57 am, FedeX wrote: > Hi everyone, I'm new on jquery ui and I'm testing the tabs > functionality. So far I'm able to retrieve a page for each tab loaded