JQuery Vs Mootools That Has Good Performance? What for?

Can anyone answer me which javascript framework is better to implement in my project? jQuery or Mootools?

+2


a source to share


4 answers


It is a question of which coding style you prefer and which can help you in the long run. Just because other people are using jQuery, I have a hard time knowing how it is encoded.



This is a must read before going any further: http://jqueryvsmootools.com/

+6


a source


MooTools has the best API and once you use it you will see how the design choices make sense.



Try them both, but you stay for MooTools extensibility

+8


a source


In the latest performance comparison I know that jQuery beat MooTools on IE and they were head to head otherwise. Of course, one year is a very long time in Javascript, so little is said about their current speed.

Anyway, if you're really unsure about the performance of Javascript, I would recommend jQuery, which has clearly been a popularity winner (see Google Trends for example ), which means better community support, more eyes, and more developers in the long run.

+1


a source


Go to jQuery, it has the most active developer community. Even MS is contributing code to the JQuery project.

0


a source







All Articles