Another way that neatly avoids the problem:
$$('#foo').invoke('highlight');
Walter
On Jul 27, 2009, at 12:24 PM, mr_justin wrote:
>
> Do not call the Effect method with a non-existent element ID.
>
> if ($('foo')) new Effect.Highlight('foo'); // or: $
> ('foo').highlight();
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---