Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Last active August 28, 2022 03:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charisTheo/4a66299d442edfa693b369ce90f5d451 to your computer and use it in GitHub Desktop.
Save charisTheo/4a66299d442edfa693b369ce90f5d451 to your computer and use it in GitHub Desktop.
var element = document.getElementById('example-element');
var parentElement = element.parentElement;
var removedElement = parentElement.removeChild(element); // triggers reflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment