面向对象的JavaScript框架-MooTools
2011-02-24 13:24:13 阿炯

MooTools是一个简洁、模块化、面向对象的JavaScript框架。它能够帮助你更快,更简单地编写可扩展和兼容性强的JavaScript代 码。Mootools从Prototype.js中汲取了许多有益的设计理念,语法也和其极其类似。但它提供的功能要比Prototype.js多,整体设计也比Prototype.js要相对完善,功能更强大,比如增加了动画特效、拖放操作等。在MIT协议下授权使用。



MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.

最新版本:1.6
该版本主要是修复一些bug以及引入一些新特性。

官方主页:http://mootools.net/