Test name | Executions per second |
---|---|
Pure JS .innerText | 824228.3 Ops/sec |
Pure JS .innerHTML | 1578335.9 Ops/sec |
Pure JS .textContent | 2892234.8 Ops/sec |
jQuery .text() | 260461.9 Ops/sec |
jQuery .html() | 739418.8 Ops/sec |
jQuery .find() text() | 535782.7 Ops/sec |
jQuery .find() html() | 472101.6 Ops/sec |