Bring any DOM Element to Top
myEl.parentNode.appendChild(myEl);
Bring myEl to the top within its `parentNode`.
Programming
myEl.parentNode.appendChild(myEl);
Bring myEl to the top within its `parentNode`.
For fun I’m gonna port some old actionsnippet.com posts to JavaScript over the next few days… maybe ES5 and 6…
…
See the Pen KaTex Superformula by Zevan Rosser (@ZevanRosser) on CodePen.