[Proto-Scripty] Re: Effect.multiple and toggle

2010-07-21 Thread Febo
Dear Richard, amazing :-) thanks a lot. They should update the wiki with this tip. On 21 Lug, 14:23, Richard Quadling rquadl...@gmail.com wrote: On 21 July 2010 13:10, Richard Quadling rquadl...@gmail.com wrote: On 20 July 2010 23:37, Febo ilpuccio.f...@gmail.com wrote: Thanks Richard

[Proto-Scripty] Effect.multiple and toggle

2010-07-20 Thread Febo
Hello, I'd like to use the toggle effect on multiple object at the same time I tried with Effect.multiple(['id_1','id_2','id_n'], Effect.toggle) but it doesn't work, also I don't know where/how to pass the 'appear' parameter I'm used to call toggle in this way:

[Proto-Scripty] Re: Effect.multiple and toggle

2010-07-20 Thread Febo
with a class, ie div class=effects Then use $$('effects') to get each item and all effects... On each Sent from my iPhone On Jul 20, 2010, at 9:08 AM, Richard Quadling rquadl...@gmail.com wrote: On 20 July 2010 15:55, Febo ilpuccio.f...@gmail.com wrote: Hello, I'd like to use