Test name | Executions per second |
---|---|
Pure JS .innerText | 14425.6 Ops/sec |
Pure JS .innerHTML | 15352.1 Ops/sec |
Pure JS .textContent | 13531.5 Ops/sec |
jQuery .text() | 10320.8 Ops/sec |
jQuery .html() | 12822.3 Ops/sec |
jQuery .find() text() | 9897.8 Ops/sec |
jQuery .find() html() | 12059.1 Ops/sec |