Core |
|
|
dbug |
Wrapper for the firebug console.log() function.
|
Browser |
|
|
Browser.Extras |
Extends the Window native class with numerous shortcuts.
|
|
|
FixPNG |
Fixes transparent png files and dom elements with transparent png backgrounds for IE6
|
|
|
IframeShim |
Creates a transparent iframe to mask out items not drawn by the browser (flash, select lists, etc) for IE6.
|
|
|
Popup |
A Class wrapper for window.open that provides a more pleasant interface than the default window.open arguments.
|
Native |
|
|
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).
|
|
|
Form |
Creates constructors for Form, Input, and SelectList that allow you to create a form on the fly from a JSON object
|
|
|
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).
|
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.MouseOvers |
Collection of mouseover behaviours (images, class toggles, etc.).
|
|
|
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.
|
Fx |
|
|
Fx.Marquee |
A simple marquee effect for fading in and out messages.
|
|
|
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.Sort |
Reorders a group of items with a transition.
|
Request |
|
|
JsonP |
Creates a Json request using a script tag include and handles the callbacks for you.
|
UI |
|
|
ErrorAlert |
The function in this script just makes a little alert box with a close button.
|
|
|
IconMenu |
A simple icon (img) based menu.
|
|
|
Modalizer |
Provides functionality to overlay the window contents with a semi-transparent layer.
|
|
|
ObjectBrowser |
Creates a tree view of any javascript object.
|
|
|
PopupDetails |
Handles popup detail templated elements.
|
|
|
StyleWriter |
Provides a simple method for injecting a css style element into the DOM if it's not already present.
|
|
|
StickyWin |
An in-page popup maker.
|
|
|
StickyWinFx |
Extends StickyWin to create popups that fade in and out.
|
|
|
StickyWinFx.Drag |
Extends StickyWin to create popups that fade in and out and are draggable.
|
|
|
StickyWin.Modal |
This script extends StickyWin and (optionally) StickyWinFx classes to add Modalizer functionality.
|
|
|
StickyWin.Ajax |
Adds ajax functionality to all the StickyWin classes.
|
|
|
StickyWin.ui |
Creates an html holder for in-page popups using a default style.
|
|
|
Waiter |
Adds a semi-transparent overlay over a dom element with a spinnin ajax icon.
|
Layout |
|
|
HtmlTable |
Builds table elements with methods to add rows quickly.
|
|
|
MultipleOpenAccordion |
Creates a Mootools Accordion that allows the user to open more than one element.
|
|
|
MooScroller |
Recreates standard scrollbar behavior for elements with overflow using DOM elements styleable by css.
|
|
|
SimpleCarousel |
Builds a carousel object that manages the basic functions of a generic carousel.
|
|
|
SimpleSlideShow |
Makes a very, very simple slideshow gallery with a collection of dom elements and previous and next buttons.
|
|
|
TabSwapper |
Handles the scripting for a common UI layout; the tabbed box.
|
Forms |
|
|
Clipboard |
Adds functionality to let javascript write to the OS clipboard.
|
|
|
Confirmer |
Fades a message in and out for the user to tell them that some event (like an ajax save) has occurred.
|
|
|
DatePicker |
Allows the user to enter a date in any popuplar format or choose from a calendar.
|
|
|
DatePicker.Extras |
Allows the user to enter a date in any popuplar format or choose from a calendar.
|
|
|
FormValidator |
A css-class based form validation system.
|
|
|
OverText |
Displays text over empty inputs until the user focuses the input or adds information.
|
|
|
ProductPicker |
Allows the user to pick a product from a data source.
|
|
|
SimpleEditor |
A simple html editor for wrapping text with links and whatnot.
|
|
|
TagMaker |
Prompts the user to fill in the gaps to create an html tag output.
|
iPhone |
|
|
CiUI |
CNET's iPhone UI. No dependencies (see docs and svn for demos, css, and images that accompany this script). Important: Don't include this script for anything except a mobile app.
|
CNET |
|
|
CNET.assets |
Allows you to set the location of CNET image files to your own server; download the files @ google code; see docs.
|
|
|
CNETAPI |
Classes that make getting data out of the CNET API easier to manage.
|
3rdParty |
|
|
Autocompleter |
An auto completer class from http://digitarald.de.
|
|
|
Autocompleter.CNET |
Extends Autocompleter to automatically inject the css styles.
|
|
|
Autocompleter.Local |
Allows Autocompleter to use an object in memory for autocompletion (instead of retrieving via ajax).
|
|
|
Autocompleter.Remote |
Allows Autocompleter to get data from a remote server (using Request - a.k.a. Ajax).
|
|
|
Autocompleter.JsonP |
Allows Autocompleter to get data from a remote server using JsonP (script injection).
|
|
|
Autocompleter.Observer |
Used by Autocompleter to monitor an input for changes.
|
|
|
Slimbox |
A Lightbox clone for MooTools.
|