Book Image

MooTools 1.2 Beginner's Guide

Book Image

MooTools 1.2 Beginner's Guide

Overview of this book

MooTools is a simple-to-use JavaScript library, ideal for people with basic JavaScript skills who want to elevate their web applications to a superior level. If you're a newcomer to MooTools looking to build dynamic, rich, and user-interactive web site applications this beginner's guide with its easy-to-follow step-by-step instructions is all you need to rapidly get to grips with MooTools.
Table of Contents (14 chapters)
MooTools 1.2 Beginner's Guide
Credits
About the Authors
About the Reviewer
Preface

Summary


In this chapter we learned about MooTools More plugins:

  • What MooTools More plugins are: We determined that they're useful classes that can be used to extend the MooTools Core library.

  • Downloading and installing MooTools More plugins: We learned that the More Builder in the official MooTools site is where we obtain More plugins and that we can customize our download so that only the plugins we want will be included.

  • Discovering some More plugins: We discovered four out of the 40+ More plugins to see just how useful More plugins are. We used Fx.Accordion to create a slick and interactive content area, OverText to make web forms more user-friendly, and Drag/Drag.Move to create a simple web game.

Now that we've learned about MooTools More plugins, how about we create our own MooTools plugins? That's the topic of the next chapter.