Is your MooTools class centered around an element? Here are three things you ought to be doing with it that you probably aren’t.
Related Submissions:
- MooTools Element.appearOn This is one very powerful yet simple Snippet. It is the first thing I implement on all projects, you can find it in the MooTools...
- 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...
- MooTools 1.2 Class Template Starting a MooTools class can be difficult if you haven’t created one before. Here’s a template you can copy, paste, and use to create your...
- MooTools Gone Wild: Element Flashing What should we do when we want a user to focus on a specific element on the page without using cheesy graphics? Armed with the...
- Mootools 1.2 cvLinkSelect class If you’re making a form with today’s standards you often have to make several select elements with the options of the next select elements referring...