Run details:
Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
IE 11
Windows 8.1
Other
7 years ago
Test name Executions per second
Vanilla JS 1672447.9 Ops/sec
JQuery 3.3.1 862906.2 Ops/sec
HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
2
<div id='test'></div>
Tests:
  • Vanilla JS

     
    var el = document.getElementById("test");
  • JQuery 3.3.1

     
    var el = $("#test");