Reputation: 2876
Can any one reply me which of the javascript frameworks are better to implement on my project? jQuery or Mootools?
Upvotes: 2
Views: 2380
Reputation: 81
MooTools has the better API and once you actually use it, you'll see how the design choices make sense.
Try them both, but you'll stay for the extendability of MooTools
Upvotes: 8
Reputation: 12690
It's a matter of what coding style do you prefer and can help you in the long term. Just because other people use jQuery doesn't make it any easier for me to learn the way that it's coded.
This is a must for you to read before you go any further: http://jqueryvsmootools.com/
Upvotes: 6
Reputation: 28170
In the last performance comparison I know of, jQuery beat MooTools on IE, and they were head to head otherwise. Of course, one year is a huge lot of time in Javascript, so that says little about their current speed.
Anyway, unless you are really sure Javascript framework performance will be important for you, I would recommend jQuery, which has clearly been the popularity winner (see eg. Google Trends), which means better community support, more eyes and more developers in the long term.
Upvotes: 1
Reputation: 4789
Go with JQuery, it has the most active development community. Even MS is contributing code to the Jquery project.
Upvotes: 0