Table of Contents

Clientcide Libraries

MooTools

The foundation code of our library is the excellent MooTools framework, to which we contribute (I - Aaron Newton - wrote the original docs, for example). It's included in our library on all our pages.

Updated Clientcide Libraries

Version 1.2 of MooTools is finally released. Many of our MooTools extensions have been added to MooTools, so we've removed them from our libraries or, in some cases, refactored them. If you were using our libraries or a portion of them already, you'll want to download them again.

Dependencies

The whole point of writing libraries and functions and classes is to reuse code, and we do that a lot. Consequently, almost all of the libraries here depend on other libraries within our collection. So, for instance, our PopupDetail class depends on our StickyWin class which depends on Element.Position.js and IframeShim.js.

The point here being that to use many of our libraries requires that you include others. To this end, we've mapped all the dependencies in the scripts.json file found in the svn respository (in the Source directory). Our download page manages all this for you and optionally allows you to include the required dependencies from MooTools 1.2 if you haven't already downloaded them.

Using our code

The content provided here is open source, so you are welcome to do with it as you please. It was written specifically for our network and it comes with no guarantees. If you find a bug, let us know about it!.

License

Clientcide's code is released under the Open Source MIT license, which gives you the possibility to use it and modify it in every circumstance.