Test name | Executions per second |
---|---|
Vanilla JS .innerText | 661949.1 Ops/sec |
Vanilla JS .innerHTML | 115587.3 Ops/sec |
Vanilla JS .textContent | 1668722.4 Ops/sec |
jQuery .text() | 296874.3 Ops/sec |
jQuery .html() | 26187.8 Ops/sec |
jQuery .find() .text() | 246169.8 Ops/sec |
jQuery .find() .html() | 24852.4 Ops/sec |