Distribution

MochiKit - makes JavaScript suck a bit less

Notes

To turn on MochiKit's compatibility mode, do this before loading MochiKit:

<script type="text/javascript">MochiKit = {__compat__: true};</script>

When compatibility mode is on, you must use fully qualified names for all MochiKit functions (e.g. MochiKit.Base.map(...)).

Screencasts

See Also

Version History

2006-04-29 v1.3.1 (bug fix release)

2006-04-26 v1.3 "warp zone"

2006-01-26 v1.2 "the ocho"

2005-11-14 v1.1

2005-10-24 v1.0

2005-10-08 v0.90

2005-08-12 v0.80

2005-08-04 v0.70

2005-07-29 v0.60

2005-07-27 v0.50

Copyright

Copyright 2005 Bob Ippolito <bob@redivi.com>. This program is dual-licensed free software; you can redistribute it and/or modify it under the terms of the MIT License or the Academic Free License v2.1.