dom-operator
Version:
一个简单高性能的dom操作工具包
20 lines (17 loc) • 392 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>dom-operator demo</title>
</head>
<body>
<div class="parent">
<div>
<span id="child1"></span>
</div>
</div>
<script src="./demo.js"></script>
</body>
</html>