That can be optimized slightly with invoke:

$$(".class-name").invoke("blindUp");

Also note that it's camel-case- blindUp, not BlindUp.

Best,
Alex

On Wed, Feb 17, 2010 at 7:31 AM, John Mayer <[email protected]> wrote:

> Give them all the same classname and then do this:
>
> $$('.class-name').each(function(el){
>     el.BlindUp();
> });
>
>
> On Tue, Feb 16, 2010 at 4:30 PM, Aimee79 <[email protected]> wrote:
>
>> I am using the BlindDown effect on a page to display multiple archived
>> web polls. Is there anyway to I can us a master reset link instead of
>> creating a reset link for each effect div?
>>
>> Thanks,
>>
>> Aimee
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Prototype & script.aculo.us" group.
>> To post to this group, send email to
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<prototype-scriptaculous%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>>
>>
>
>
> --
> John Mayer
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<prototype-scriptaculous%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to