Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-03-12 Thread Cees (**snow**)
Oh boy, oh boy - i can see clearly now (the rain has gone ;-)). This is so easy - i am learning more and more , thx Jörn !! I now changed it to : $('.Show_hide').Accordion({ active: false, alwaysOpen: false, showSpeed: "slow", hide

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-03-11 Thread Jörn Zaefferer
Cees (**snow**) schrieb: > The puropse of the .change is to catch the click of an element when the > accordion moves in (all items can be hidden (alwaysOpen=false)) and the > class stays selected but shoud revert to notSelected. > The change callback gets five argument in total. The first argum

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-03-10 Thread Cees (**snow**)
thumblewend wrote: > > On 10/03/2007, at 5:35 AM, Cees (**snow**) wrote: >> Especially the .each- there is only 1 match but can the .addClass and >> .removeClass be chained after the .prev() ?!?!? > > Yep, you should be able to chain them instead of using the .each() > > Joel. > Confirmed a

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-03-09 Thread Joel Birch
On 10/03/2007, at 5:35 AM, Cees (**snow**) wrote: > Especially the .each- there is only 1 match but can the .addClass and > .removeClass be chained after the .prev() ?!?!? Yep, you should be able to chain them instead of using the .each() Joel. ___ jQu

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-03-09 Thread Cees (**snow**)
Ok, after a real battle with the DOM (traveled up and down many times, still tired ;-))) i came up with the next solution : $('.Show_hide').Accordion({ active: false, alwaysOpen: false, showSpeed: "slow", hideSpeed: "slow" }

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-02-28 Thread Cees (**snow**)
Hi Jörn First of all - i love this widget :-)) Second - i had seen the .change in your doc but was not sure if i should go with that or there was another possibility - i will have a look at .change - i am a bit of newbie in Jquery but know where to find the docs ;-) Grtz:cees Sneeuw Tijger w

Re: [jQuery] Accordion - onHide / onShow actions available ?!?!

2007-02-27 Thread Jörn Zaefferer
Sneeuw Tijger schrieb: > Hi, my first jquery question - be nice ;-)) > > I have an accordion setup via the following JS code : > > $('#Show_hide').Accordion({ > active: false, > alwaysOpen: false, > showSpeed: "slow", > hideSpeed: "slow" > });

[jQuery] Accordion - onHide / onShow actions available ?!?!

2007-02-27 Thread Sneeuw Tijger
Hi, my first jquery question - be nice ;-)) I have an accordion setup via the following JS code : $('#Show_hide').Accordion({ active: false, alwaysOpen: false, showSpeed: "slow", hideSpeed: "slow" }); And Css like this : #Show_hide { width: 55em; margin-lef