DOM or Document Object Model is a representation of the web page or document, which can be modified with a scripting language such as JavaScript ac...
For further actions, you may consider blocking this person and/or reporting abuse
Just a little fix in:
Fixed:
Good job 😄
Thanks, just updated it.
good one
This one is quite special method, and is harder explain than
Well,
document.body
is a special DOM object traversal.Does anyone know of a book that focuses solely on the DOM and methods associated with the Document object? MDN is a great resource but I don’t find the guides on the DOM that helpful.
Search for Dom tutorial by Brad Traversy on youtube, he pretty much covered all you need and I hope this is not coming too late.
Thanks man. I will take a look! 😎
By the way, his name feels very appropriate: traversing the DOM with Brad Traversy.
Haha!.... You welcome
Good article. Also if we have frequent Dom manipulation, good way to manipulate the Dom is by using createDocumentFragment(API) for better performance.
Great Article Iqra!. Keep writing.
Thanks!
I've seen videos covering this topic, I can't keep up with them but this one is just simple and direct to the point. Now I can go and re-watch those videos with a better fundamental of this subject.
Thank you. 🤘
thanks for the reminder
Clear and brief 👍🏼
Thanks for this simple article!