Prabhu Murthi
Prabhu Murthi

Reputation: 2876

Jquery Vs Mootools which is having good performance? why?

Can any one reply me which of the javascript frameworks are better to implement on my project? jQuery or Mootools?

Upvotes: 2

Views: 2380

Answers (4)

Mark
Mark

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

AlfonsoML
AlfonsoML

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

Tgr
Tgr

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

TrustyCoder
TrustyCoder

Reputation: 4789

Go with JQuery, it has the most active development community. Even MS is contributing code to the Jquery project.

Upvotes: 0

Related Questions