Element Collection Manipulation Shortcut Using MooTools 1.2
One mistake I’ve been making with MooTools is that I’ve been looping through element collections (retrieved by using $$ function) to add events and manipulate elements. When you’ve got an element collection, there’s no need to loop through them. Why? Because you can simply add modification code to the element collection and MooTools does the looping internally.

