mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Rename read-from-element to element-properties
Also update sidbar
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
id: element-properties
|
||||||
|
title: Properties of DOM nodes
|
||||||
|
---
|
||||||
|
|
||||||
|
## Traversal (and ientification)
|
||||||
|
|
||||||
|
## Attribute, class, id, data
|
||||||
|
|
||||||
|
## Scroll
|
||||||
|
|
||||||
|
## Content - html, text
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
id: read-from-element
|
|
||||||
title: Properties of DOM nodes
|
|
||||||
---
|
|
||||||
+1
-1
@@ -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',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user