[Proto-Scripty] Re: Calling more than one effect fails (script.aculo.us) - Correction

2009-07-28 Thread bill
This solves my problem perfectly. Thank you if ($('foo')) new Effect.Highlight('foo'); --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Calling more than one effect fails (script.aculo.us) - Correction

2009-07-27 Thread mr_justin
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.