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 the Fx.Accordion plugin


Let us see how the MooTools More Builder works by downloading an Fx plugin called Fx.Accordion.

  1. In your web browser, navigate to the More section in the MooTools official site. The web address is: http://mootools.net/more.

  2. Scroll down to the section called Fx and click on the box beside Fx.Accordion.

  3. Click on the box beside Fx.Accordion. This will automatically include other components, namely: Fx.Elements and More. These components are required for Fx.Accordion to run, so they must be included in the download.

  4. Scroll down the page towards the heading, Download Options. Choose the compression type that you want. If you are interested in studying the code of the plugins (which I suggest you do), choose No Compression. Otherwise, choose a compressed version to reduce the file size to minimum.

  5. Click on the Download button to proceed with the download. Save this JavaScript file in a convenient location, because we will be using this later in...