MooTools vs jQuery (v7)

Revision 7 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
var moo = document.id("moo");
moo.length;
ready
jQuery
var jq = jQuery("#jq");
jq.length;
ready
Dom
var elem = document.getElementById('jq')
elem.length;
ready

Revisions

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