Test name | Executions per second |
---|---|
Pure JS .innerText | 299662.8 Ops/sec |
Pure JS .innerHTML | 392876.9 Ops/sec |
Pure JS .textContent | 384865.8 Ops/sec |
jQuery .text() | 179914.3 Ops/sec |
jQuery .html() | 197874.8 Ops/sec |
jQuery .find() text() | 121248.9 Ops/sec |
jQuery .find() html() | 128019.5 Ops/sec |