Skip to content

Commit 410f4f7

Browse files
committed
vercel/id-of-id: add poc de ids aninhados. Massa pra componentes
Signed-off-by: lucasew <[email protected]>
1 parent ababdaf commit 410f4f7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

vercel/id-of-id/index.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<html>
2+
<head>
3+
<title>Teste</title>
4+
<meta charset="UTF-8">
5+
</head>
6+
<body>
7+
<div id="content">
8+
<h1 id="content"><span id="content">não </span>funcionou</h1>
9+
</div>
10+
<!-- <script> -->
11+
<!-- // não funciona -->
12+
<!-- document -->
13+
<!-- .getElementById("content") -->
14+
<!-- .getElementById("content") -->
15+
<!-- .getElementById("content").innerText = "" -->
16+
<!-- </script> -->
17+
<script>
18+
//document.querySelector("#content > #content > #content").innerText = ""
19+
// or
20+
document.querySelector("#content").querySelector("#content").querySelector("#content").innerText = ""
21+
</script>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)