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`.
This entry was posted on Thursday, December 03rd, 2015
and is filed under javascript, snippets.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response or Trackback from your own site.
Leave a Reply