I have a similar problem. I'm trying to do this:

        $('.menulistitem').addEvent('click', function(e) {
                anotherEl.morph('.center2');
        });

when I use the same code with the id, it works great...but requires
looping and many lines of code. I'm missing something simple here.
Anybody care to help a noob?

Reply via email to