Rename read-from-element to element-properties

Also update sidbar
This commit is contained in:
2020-10-18 13:19:57 +05:30
parent c62366440b
commit 777f539745
3 changed files with 13 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
---
id: element-properties
title: Properties of DOM nodes
---
## Traversal (and ientification)
## Attribute, class, id, data
## Scroll
## Content - html, text
-4
View File
@@ -1,4 +0,0 @@
---
id: read-from-element
title: Properties of DOM nodes
---
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
"Quick Guide": { "Quick Guide": {
"DOM and Events": [ "DOM and Events": [
"create-modify-element", "create-modify-element",
'read-from-element', 'element-properties',
], ],
/* /*