[jQuery] Tabs plugin feature request

2006-08-17 Thread ashutosh bijoor
Hi KlausI've been playing around with your tabs plugin, and would very much like it if you could add a callback facility. ie, when the tab is changed, i'd like a function to be called in the scope of the active tab. I can make this change myself, but dont know whether i have the latest version.

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Klaus Hartl
ashutosh bijoor schrieb: Hi Klaus I've been playing around with your tabs plugin, and would very much like it if you could add a callback facility. ie, when the tab is changed, i'd like a function to be called in the scope of the active tab. I can make this change myself, but dont know

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Larry Garfield
-- Larry Garfield On Thu, August 17, 2006 3:19 pm, Klaus Hartl said: ashutosh bijoor schrieb: Hi Klaus I've been playing around with your tabs plugin, and would very much like it if you could add a callback facility. ie, when the tab is changed, i'd like a function to be called in the

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Jörn Zaefferer
Hi Larry! You have n tabs. Each one is not actually loaded. When you switch to it, however, a callback fires that Ajax-loads the contents of that tab, possibly skipping that if it's already been loaded. Sorry, I just put 2 and 2 together and got a very cool 10. :-) Sounds interessting.

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Larry Garfield
On Thu, August 17, 2006 3:55 pm, Jörn Zaefferer said: Hi Larry! You have n tabs. Each one is not actually loaded. When you switch to it, however, a callback fires that Ajax-loads the contents of that tab, possibly skipping that if it's already been loaded. Sorry, I just put 2 and 2

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Klaus Hartl
Jörn Zaefferer schrieb: Hi Larry! You have n tabs. Each one is not actually loaded. When you switch to it, however, a callback fires that Ajax-loads the contents of that tab, possibly skipping that if it's already been loaded. Sorry, I just put 2 and 2 together and got a very cool 10.

Re: [jQuery] Tabs plugin feature request

2006-08-17 Thread Klaus Hartl
ashutosh bijoor schrieb: Hi Klaus I've been playing around with your tabs plugin, and would very much like it if you could add a callback facility. ie, when the tab is changed, i'd like a function to be called in the scope of the active tab. I can make this change myself, but dont know