[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Ariel Jakobovits
I realize now that this was very specific to my project, and I got this to work. Since i am loading all the elements of my page with AJAX, I had to wait for the tabs to be fully loaded, then simply add the content for each fragment. It is a shame that there is no onClick or onShow fired for

[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Klaus Hartl
Ariel Jakobovits schrieb: I realize now that this was very specific to my project, and I got this to work. Since i am loading all the elements of my page with AJAX, I had to wait for the tabs to be fully loaded, then simply add the content for each fragment. It is a shame that there is no

[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Klaus Hartl
Klaus Hartl schrieb: Ariel Jakobovits schrieb: I realize now that this was very specific to my project, and I got this to work. Since i am loading all the elements of my page with AJAX, I had to wait for the tabs to be fully loaded, then simply add the content for each fragment. It is a

[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Ariel Jakobovits
[EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 2:42:07 AM Subject: [jQuery] Re: tabs - initial tab load Ariel Jakobovits schrieb: I realize now that this was very specific to my project, and I got this to work. Since i am loading all the elements of my page