Test name | Executions per second |
---|---|
Pure JS .innerText | 2646606.8 Ops/sec |
Pure JS .innerHTML | 4575641.5 Ops/sec |
Pure JS .textContent | 6243755.5 Ops/sec |
jQuery .text() | 1075035.5 Ops/sec |
jQuery .html() | 1097553.1 Ops/sec |
jQuery .find() text() | 451662.6 Ops/sec |
jQuery .find() html() | 448483.3 Ops/sec |