Tag Archives: mootools

loader for custom mootools classes

For posterity, I thought I’d post code I was using to initialize multiple instances of some of my mootools classes with default and DOM element specific options. Additionally, I only wanted a class to be initialized for an element actually on the page, so #filter is used.
Mootools is definitely more fun than Ext JS. [...]