Test name | Executions per second |
---|---|
Pure JS .innerText | 439725.0 Ops/sec |
Pure JS .innerHTML | 978195.6 Ops/sec |
Pure JS .textContent | 1590022.2 Ops/sec |
jQuery .text() | 558306.1 Ops/sec |
jQuery .html() | 359552.6 Ops/sec |
jQuery .find() text() | 275835.4 Ops/sec |
jQuery .find() html() | 230387.5 Ops/sec |