Hacker News new | ask | show | jobs
by avital 5943 days ago
MooTools (http://mootools.net) contains all the capabilities of jQuery and Prototype.js, together with a very impressive class system which allows for better modularity in your code. It has a very supportive community and is being constantly developed. You might also want to read Aaron Newton's long post comparing jQuery to MooTools: http://jqueryvsmootools.com/

That being said, you'll find much more people fluent in jQuery or Prototype.js than in MooTools.

1 comments

Yes, Aaron's post is a very good read. I still went with jQuery nonetheless.