Test name | Executions per second |
---|---|
Pure JS .innerText | 913934.8 Ops/sec |
Pure JS .innerHTML | 1629825.6 Ops/sec |
Pure JS .textContent | 2826176.2 Ops/sec |
jQuery .text() | 991950.6 Ops/sec |
jQuery .html() | 863458.2 Ops/sec |
jQuery .find() text() | 577707.5 Ops/sec |
jQuery .find() html() | 516932.9 Ops/sec |