updated folder structure
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
function reveal(el){
|
||||
console.log(el.parentElement);
|
||||
}
|
||||
</script>
|
||||
<button onclick="reveal(this)">Click here!</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user