Please use insertAdjacentHTML instead of innerHTML

1 points by d0vs ↗ HN
MDN Docs page: https://developer.mozilla.org/en/DOM/Element.insertAdjacentHTML

But more importantly, the benchmark: http://jsperf.com/insertadjacenthtml

1 comment

[ 2.7 ms ] story [ 14.8 ms ] thread
You meant to write, "use appendChild()," right?