Test name | Executions per second |
---|---|
Pure JS .innerText | 358559.7 Ops/sec |
Pure JS .innerHTML | 733246.8 Ops/sec |
Pure JS .textContent | 1746533.9 Ops/sec |
jQuery .text() | 527590.5 Ops/sec |
jQuery .html() | 363847.8 Ops/sec |
jQuery .find() text() | 284226.0 Ops/sec |
jQuery .find() html() | 290089.0 Ops/sec |