MooTools中文介绍

来源:互联网 发布:韩国健美81号seo rina 编辑:程序博客网 时间:2024/03/29 16:15

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

总之,Mootools是一个非常优秀的Javascript框架,更多精髓部分等待你去发掘,希望你也能通过学习和使用而喜欢上Mootools,甚至
喜欢上Javascript :)

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.

MooTools code respects strict standards and doesn't throw any warnings. It's well commented and has meaningful variable names: a joy to browse and a snap to understand.

Mootools实例效果:

下载地址:http://moomonth.googlecode.com/files/moomont

 

http://clientside.cnet.com/wiki/mootorial/ --- The Mootorial:比较完整的mootools教程

http://solutoire.com/2007/02/16/mootools-ajax-xhr-classes/ --- ajax 和 XHR

http://solutoire.com/2007/01/31/mootools-10-whats-new/ --- Mootools 1.0: What’s new

"http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions ...