Test name | Executions per second |
---|---|
Pure JS .innerText | 30886.4 Ops/sec |
Pure JS .innerHTML | 39052.4 Ops/sec |
Pure JS .textContent | 103832.9 Ops/sec |
jQuery .text() | 33863.7 Ops/sec |
jQuery .html() | 21245.2 Ops/sec |
jQuery .find() text() | 28618.5 Ops/sec |
jQuery .find() html() | 18004.6 Ops/sec |