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 covered the Core component of MooTools, which is split up into two sub-components: Core->Browser and Core->Core.

Specifically, we:

  • Learned how to obtain information about the client using browser properties, such as what browser they're using and what operating system they're using

  • Explored the Core->Core's useful (and not so useful) helper/utility functions

Now that we've learned about the Core component, we're ready to animate objects in the DOM, which is the topic of the next chapter.