Test name | Executions per second |
---|---|
Pure JS .innerText | 2087528.8 Ops/sec |
Pure JS .innerHTML | 254958.8 Ops/sec |
Pure JS .textContent | 3024369.0 Ops/sec |
jQuery .text() | 322946.6 Ops/sec |
jQuery .html() | 128013.8 Ops/sec |
jQuery .find() text() | 244290.9 Ops/sec |
jQuery .find() html() | 108068.1 Ops/sec |