[jQuery] Re: jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1) troubles.

2008-01-09 Thread Klaus Hartl
On 9 Jan., 01:50, Josh Nathanson [EMAIL PROTECTED] wrote: Without looking at the code, my guess would be ye olde must rebind event handlers when loading content via ajax issue. -- Josh Yes, that may be the case for Ajax tabs. I didn't look at the code either, but in addition here's what I

[jQuery] Re: jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1) troubles.

2008-01-09 Thread Klaus Hartl
On 9 Jan., 11:48, Klaus Hartl [EMAIL PROTECTED] wrote: On 9 Jan., 01:50, Josh Nathanson [EMAIL PROTECTED] wrote: Some ideas: Initialize the slider before tabs. Or initialize the slider via the tabs show callback. Or do not use display: none for hiding tabs and the offleft technique instead

[jQuery] Re: jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1) troubles.

2008-01-09 Thread [EMAIL PROTECTED]
Using the off left technique worked! Thanks for all of your help. On Jan 9, 3:48 am, Klaus Hartl [EMAIL PROTECTED] wrote: On 9 Jan., 01:50, Josh Nathanson [EMAIL PROTECTED] wrote: Without looking at the code, my guess would be ye olde must rebind event handlers when loading content via

[jQuery] Re: jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1) troubles.

2008-01-08 Thread Josh Nathanson
Without looking at the code, my guess would be ye olde must rebind event handlers when loading content via ajax issue. -- Josh - Original Message - From: [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, January 08, 2008 3:09 PM Subject: [jQuery]