Mar 19 2010

MooTools: A Better Way to Use Elements

MooTools: A Better Way to Use Elements

I’ve started contributing to the MooTools blog, and today my post about all the cool things that the Element module does for us in MooTools.

It’s covers:

  • Differences between $ and $$
  • How to create a new Element (better-er)
  • How $ and toElement interact
  • The special properties of the return value of $$
  • #javascript
  • #mootools