MochiKit is a highly documented and well tested
suite of JavaScript libraries to get things done
quickly. It is the result of taking ideas from
Python, Objective-C, etc. and adapting them to
JavaScript.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixes minor issues in MochiKit.Style.getElementDimensions() and getViewportDimensions(). Various functions in the MochiKit.DOM module have also been corrected for use without MochKit.Iter being loaded.
This release fixes export of the deprecated computedStyle function for compatibility with version 1.3. A number of minor corrections have been made in the MochiKit.Style module to handle element hiding and clipping better. The Event.relatedTarget() now avoids returning XUL elements in Mozilla-based browsers.
New modules for HTML animations, drag and drop, sortable lists, and CSS manipulations. This release also wraps up two years worth of bugfixes and minor improvements across existing APIs.