MooTools More 1.2.3.1 Builder

You're downloading MooTools More 1.2.3.1

This section contains plugins, and every plugin requires the full Core.

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

Core
More Defines MooTools.More.version.
Lang Enables classes to contain text that can be localized to specific languages.
Log A default logger for MooTools. Logs to Firebug or a similar console unless it is not present.
Class
Class.Refactor Allows for a class to extend itself without damaging it's namespace.
Class.Binds Adds the Binds Mutator to all classes.
Class.Occlude Mixin class for preventing a class from applying itself to the same element twice.
Chain.Wait Adds a delay method for chaining that allows you to easily introduce pauses.
Native
Array.Extras Extends the Array native object to include useful methods to work with arrays.
Date Extends the Date native object to include methods useful in managing dates.
Date.Extras Extends the Date native object to include extra methods (on top of those in Date.js).
Hash.Extras Extends the Hash native object to include getFromPath which allows a path notation to child elements.
String.Extras Extends the String native object to include methods useful in managing strings (query strings, urls, etc).
String.QueryString ...
URI Provides methods useful in managing the window location and uris.
URI.Relative Extends the URI class to add methods for computing relative and absolute urls.
Element
Element.Forms Extends the Element native object to include methods useful in managing inputs.
Element.Measure Extends the Element native object to include methods useful in measuring dimensions.
Element.Pin Extends the Element native object to include the pin method useful for fixed positioning for elements.
Element.Position Extends the Element native object to include methods useful positioning elements relative to others.
Element.Shortcuts Extends the Element native object to include some shortcut methods.
Forms
FormValidator A css-class based form validation system.
FormValidator.Inline A css-class based form validation system.
FormValidator.Extras Additional validators for FormValidator.
OverText Displays text over empty inputs until the user focuses the input or adds information.
Fx
Fx.Elements Effect to change any number of CSS properties of any number of Elements.
Fx.Accordion An Fx.Elements extension which allows you to easily create accordion type controls.
Fx.Move Moves an element to another location (relative to another element) with a transition.
Fx.Reveal Executes a transition from display:block to display:none and vice versa.
Fx.Scroll Effect to smoothly scroll any element, including the window.
Fx.Slide Effect to slide an element in and out of view.
Fx.SmoothScroll Class for creating a smooth scrolling effect to all internal links on the page.
Fx.Sort Reorders a group of items with a transition.
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.
Slider Class for creating horizontal and vertical slider controls.
Sortables Class for creating a drag and drop sorting interface for lists of items.
Request
Request.JSONP Creates a Json request using a script tag include and handles the callbacks for you.
Request.Queue Manages a group of Request instances so that connections are queued.
Request.Periodical Requests the same url at a time interval that increases when no data is returned from the requested server.
Utilities
Assets Provides methods to dynamically load JavaScript, CSS, and Image files into the document.
Color Class for creating and manipulating colors in JavaScript. Supports HSB -> RGB Conversions and vice versa.
Group Class for monitoring collections of events.
Hash.Cookie Class for creating, reading, and deleting browser Cookies in JSON format.
IframeShim Creates a transparent iframe to mask out items not drawn by the browser (flash, select lists, etc) for IE6.
Interface
Scroller Class which scrolls the contents of any Element (including the window) when the mouse reaches the Element's boundaries.
Tips Class for creating nice tooltips that follow the mouse cursor when hovering over an element.
Localization
Date.English.US Date messages in English (with conventions for the US).
FormValidator.English FormValidator messages in English.

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.