Speed comparison of jQuery versions (v59)

Revision 59 of this benchmark created on


Preparation HTML

<div class="pop-card nowPopOpen" id="popCard" style="display: block; top: 179px; left: 326px;">
        <div>
                <div class="pop-cardImg">
                        <a class="popCardImg"><img src="/33Viewer/Controls/image.aspx?id=DDFF555E0230A9C574B657B30231BE1C&amp;front=True&amp;MaxWidth=600&amp;MaxHeight=600"></a>
                        <br>
                        <img class="loading" src="/Content/images/mkr/mkr_loader.gif" alt="" width="32" height="32" style="display: none;">
                </div>
                <div class="pop-cardLink clr">
                        <a id="pop-card-person-link" href="javscript:void(0)" style="float: left" onclick="location.hash = '/Person/Index/1F77A71C878ECDD9EECA0501A22228E9'">人物</a>
                        <a id="pop-card-information-link" href="javscript:void(0)" style="float: left; margin-left: 5px;" onclick="location.hash = '/CardInformation/Index/DDFF555E0230A9C574B657B30231BE1C?personId=1F77A71C878ECDD9EECA0501A22228E9'">名刺</a>
                        <ul class="change clr">
                                <li class="front select" onclick="popCardImage.turnOver(this, '/33Viewer/Controls/image.aspx?id=DDFF555E0230A9C574B657B30231BE1C&amp;front=True&amp;MaxWidth=600&amp;MaxHeight=600')"><a class="popInnerOpen"></a></li>
                                <li class="back" onclick="popCardImage.turnOver(this, '/33Viewer/Controls/image.aspx?id=DDFF555E0230A9C574B657B30231BE1C&amp;front=False&amp;MaxWidth=600&amp;MaxHeight=600')"><a class="popInnerOpen"></a></li>
                        </ul>
                </div>
        </div>
</div><script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery 1.6.x
$target
  .find('#pop-card-information-link')
  .attr('onclick', 'location.hash = \'' + cardInformationUrl + '\'')
  .show()
  .end()
ready
jQuery 1.7.x
tests($jq17);
ready
jQuery 1.8.x
tests($jq18);
ready
jQuery 1.9.1
tests($jq19);
ready
jQuery 2.0 beta 1
tests($jq20);
ready

Revisions

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