MooTools 1.1 Released

MooTools version 1.1 has been released “with crazy optimizations for speed, compatibility, flexibility, and all around greatness.”

New features include:

  • Custom Events: A brand-new API to define custom events. The events ‘mouseenter’, and ‘mouseleave’, and ‘domready’ have been added as custom events.
  • Enhanced Element(): New methods, and enhancements such as an improved way to add HTML
  • Element Filters: $(’myElement’).getChildren().filterByClass(’myClass’);
  • Perfecting Ajax: Ajax::cancel allows running requests to be aborted, Ajax::evalScripts has been enhanced to include global eval and automated evaluation of responses with a JavaScript Content-Type
  • Hash.Cookie is an extended Hash Class that can automatically and manually save and load Hash values using JSON in a Cookie.
  • Generics have been added for native prototypes, Element, and Elements.
  • Advanced Garbage Collection: $(’content’).empty().setHTML(newText);

To learn more you can check out:

This entry was posted on Tuesday, May 8th, 2007.
You can leave a comment, or trackback from your own site.

No Comments Yet

You can be the first to comment!

Leave a comment