Test name | Executions per second |
---|---|
Pure JS .innerText | 1307103.4 Ops/sec |
Pure JS .innerHTML | 280554.5 Ops/sec |
Pure JS .textContent | 2977329.0 Ops/sec |
jQuery .text() | 181075.2 Ops/sec |
jQuery .html() | 150244.8 Ops/sec |
jQuery .find() text() | 153218.1 Ops/sec |
jQuery .find() html() | 128925.7 Ops/sec |