Test name | Executions per second |
---|---|
Pure JS .innerText | 353460.9 Ops/sec |
Pure JS .innerHTML | 487777.8 Ops/sec |
Pure JS .textContent | 1214965.8 Ops/sec |
jQuery .text() | 328073.5 Ops/sec |
jQuery .html() | 293137.8 Ops/sec |
jQuery .find() text() | 221103.2 Ops/sec |
jQuery .find() html() | 202067.9 Ops/sec |