Similar articles
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
MooTools Plugin: Event.Mock
Those of you who visit this blog often know that I have a certain love for the simple things: simple CSS enhancements, simple PHP scripts, and most importantly, simple JavaScript plugins. One plugin t...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
MooTools ASCII Art
I didn’t realize that I truly was a nerd until I could admit to myself that ASCII art was better than the pieces Picasso, Monet, or Van Gogh could create. ASCII art is unmatched in its beauty, ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
MooTools Tip: Class.toElement
Many of you may not know of a feature that’s baked into MooTools’ Class internals: Class.toElement. Class.toElement allows you to pass the $ (or document.id) method an instance of your c...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
MooTools History Plugin
One of the reasons I love AJAX technology so much is because it allows us to avoid unnecessary page loads. Why download the header, footer, and other static data multiple times if that specific data ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Event Delegation with MooTools
Events play a huge role in javascript. I can’t name one website I’ve created in the past two years that hasn’t used javascript event handling on some level. Ask yourself: how ofte...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Introducing MooTools ElementSpy
One part of MooTools I love is the ease of implementing events within classes. Just add Events to your Implements array and you can fire events anywhere you want — these events are extremely he...