Skip to content

Commit 8667ecf

Browse files
Update article.md
1 parent 4263b2d commit 8667ecf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • 2-ui/1-document/04-searching-elements-dom

2-ui/1-document/04-searching-elements-dom/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ document.getElementsByTagName('input')[0].value = 5;
379379
</tbody>
380380
</table>
381381
382-
By far the most used are `querySelector` and `querySelectorAll`, but `getElement(s)By*` can be sporadically helpful or found in the old scripts.
382+
.های قدیمی یافت شود script هم گاهی به صورت پراکنده می‌تواند مفید باشد یا در `getElement(s)By` شده است، اما `querySelectorAll` و `querySelector` تا اینجا بیشترین استفاده از
383+
383384
384385
Besides that:
385386

0 commit comments

Comments
 (0)