File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99[ cut]
1010
11- ## Создание
1211
1312` document.createElement(tag) `
1413: Создать элемент с тегом ` tag `
8584: ячейка ` TH/TD ` номер ` N ` .
8685
8786` tr.sectionRowIndex `
88- : номер строки в таблице в секции ` THEAD/TBODY ` .<dd >
87+ : номер строки в таблице в секции ` THEAD/TBODY ` .
88+
8989` td.cellIndex `
90- < dd > номер ячейки в строке.
90+ : номер ячейки в строке.
9191
9292## Поиск
9393
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ var elems = document.getElementsByName('age');
174174</script>
175175```
176176
177- Как и `getElementsByTagName`, этот метод может быть вызван и в контексте DOM-элемента и в контексте документа.
177+ Как и `getElementsByTagName`, этот метод может быть вызван и в контексте DOM-элемента, и в контексте документа.
178178
179179## querySelectorAll [#querySelectorAll]
180180
You can’t perform that action at this time.
0 commit comments