Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created November 21, 2018 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/423f487d99362e302f2262df6cd37bdc to your computer and use it in GitHub Desktop.
Save anton-gorbikov/423f487d99362e302f2262df6cd37bdc to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="toRemove">
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div id="toRetain"></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div></div>
</div>
</div>
<script type="text/javascript">
// Script moved to next code section for better highlighting
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment