MooTools vs jQuery (v3)

Revision 3 of this benchmark created by Leonardo Dutra on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

<div id="moo"></div>
<div id="jq"></div>
<script>
  jQuery.noConflict();
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
MooTools
$("moo");
ready
jQuery
jQuery("#jq");
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.