Test name | Executions per second |
---|---|
Pure JS .innerText | 995612.4 Ops/sec |
Pure JS .innerHTML | 166489.7 Ops/sec |
Pure JS .textContent | 1765947.9 Ops/sec |
jQuery .text() | 133610.0 Ops/sec |
jQuery .html() | 63071.6 Ops/sec |
jQuery .find() text() | 111727.0 Ops/sec |
jQuery .find() html() | 54701.9 Ops/sec |