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

Time for action—downloading more Mootools More plugins


In the next part of this chapter, we're going to work with four more MooTools More plugins: Date, OverText, Drag, and Drag.Move.

  1. Head over to the More Builder on the official MooTools site. As a reminder, the web address is http://mootools.net/more.

  2. Click on the box beside the Date plugin. It should automatically check other plugins that are required for it to work.

  3. Click on the box beside OverText. It should automatically check other plugins that are required for it to work.

  4. Click on the box beside Drag. It should automatically check other plugins that are required for it to work.

  5. Finally, click on the box beside Drag.Move. It should automatically check other plugins that are required for it to work.

  6. Scroll down the page to the Download Options section. Check the compression type you want (I chose YUI Compressor, which is the default) and then click the Download button.

  7. Place the file in same location as your MooTools Core library and the...