Test name | Executions per second |
---|---|
Pure JS .innerText | 90047.6 Ops/sec |
Pure JS .innerHTML | 708615.6 Ops/sec |
Pure JS .textContent | 2460504.2 Ops/sec |
jQuery .text() | 222842.4 Ops/sec |
jQuery .html() | 202308.8 Ops/sec |
jQuery .find() text() | 106573.1 Ops/sec |
jQuery .find() html() | 101289.4 Ops/sec |