Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>original div</div>
<script id="jsbin-javascript">
var alldivs = document.getElementsByTagName('div');