MooTools Gives You More

By  on  

Over the past couple of months, a huge addition to the MooTools plugin structure has been brewing. Today the MooTools team and its contributors are proud to announce the release of MooTools More: a huge addition of Clientcide plugins by Aaron Newton and bug fixes and enhancements to original plugins. From the MooTools blog:

What's in it you ask? Well, let me tell you. The new and improved -more currently includes:

  • Class extensions including a Binds mutator, easier refactoring, chain pausing and more.
  • New Native extensions including more love for String and Array, plus a fully featured Date Native and a URI extension to make managing links downright fun.
  • More Element love with help for managing text selection and relative positioning (put this box's lower right corner next to the upper right corner of that other box…)
  • Form love including a robust and extensible form validator and a class for displaying hint text over an input.
  • Extended Request functionality including JSONP support and Queuing.
  • Support for language localization for classes that output text (days of the month, months of the year, form validation errors, etc)

I'm happy to say that I contributed to More but most of the credit goes to Aaron for his leadership and drive in getting More out there. Congratulations to the MooTools team and be sure to grab MooTools More RC1.

Recent Features

  • By
    Send Text Messages with PHP

    Kids these days, I tell ya.  All they care about is the technology.  The video games.  The bottled water.  Oh, and the texting, always the texting.  Back in my day, all we had was...OK, I had all of these things too.  But I still don't get...

  • By
    CSS Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

Incredible Demos

  • By
    jQuery Countdown Plugin

    You've probably been to sites like RapidShare and MegaUpload that allow you to download files but make you wait a specified number of seconds before giving you the download link. I've created a similar script but my script allows you to animate the CSS font-size...

  • By
    Create a Dynamic Flickr Image Search with the Dojo Toolkit

    The Dojo Toolkit is a treasure chest of great JavaScript classes.  You can find basic JavaScript functionality classes for AJAX, node manipulation, animations, and the like within Dojo.  You can find elegant, functional UI widgets like DropDown Menus, tabbed interfaces, and form element replacements within...

Discussion

  1. As long as it’s backward compatible and don’t have the same issues as going from 1.1 to 1.2 had, I’m on board… I don’t think that mootools can survive another fiasco like the 1.1 to 1.2 upgrade…

  2. Sounds good! I especially like the inclusion of “text selection and relative positioning”. Am I right in saying that this release is essentially a collection of the best classes/plugins?

    Anyhow, nice work MooTools! :)

  3. I’ve found two errors in the no compression file; one in the dutch date language file and one in the Html request class. In both cases there is a comma missing. Not a very big deal but I think it’s a pity when you add some new functionalities to a framework and the whole framework doensn’t work because of a bug in the syntax… Maybe some new mootools users will get their questionmarks about this framework. But I love mootools and I’m fallin in love again ;)

    Keep up the good work Mootools development team!

  4. Congrats, David and the rest of the Moo crew!

  5. Moonkiki Dev

    It’s great the introduction of JSONP… i use it from clientcide, but it’s better if i have it in mootools more…
    nunzio fiore

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!