MooTools vs jQuery (v5)

Revision 5 of this benchmark created on


Preparation HTML

<script src="//mootools.net/download/get/mootools-core-1.4.1-full-compat-yc.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.