MooTools 1.2 More Builder

You're downloading MooTools 1.2 More.

This section contains plugins, and officially requires any file found in the core.

This page will generate a single JavaScript file, containing the components you choose.

Fx
Fx.Slide Effect to slide an element in and out of view.
Fx.Scroll Effect to smoothly scroll any element, including the window.
Fx.Elements Effect to change any number of CSS properties of any number of Elements.
Drag
Drag The base Drag Class. Can be used to drag and resize Elements using mouse events.
Drag.Move A Drag extension that provides support for the constraining of draggables to containers and droppables.
Utilities
Hash.Cookie Class for creating, reading, and deleting browser Cookies in JSON format.
Color Class for creating and manipulating colors in JavaScript. Supports HSB -> RGB Conversions and vice versa.
Group Class for monitoring collections of events.
Assets Provides methods to dynamically load JavaScript, CSS, and Image files into the document.
Interface
Sortables Class for creating a drag and drop sorting interface for lists of items.
Tips Class for creating nice tooltips that follow the mouse cursor when hovering over an element.
SmoothScroll Class for creating a smooth scrolling effect to all internal links on the page.
Slider Class for creating horizontal and vertical slider controls.
Scroller Class which scrolls the contents of any Element (including the window) when the mouse reaches the Element's boundaries.
Accordion An Fx.Elements extension which allows you to easily create accordion type controls.

Download Options

Compressor
YUI Compressor Uses YUI Compressor by Julien Lecomte, to clean whitespace and rename internal variables to shorter values. Highest compression ratio.
JsMin Compression Uses JSMin by Douglas Crockford. Cleans comments and whitespace.
No Compression Uncompressed source. Recommended in testing phase.