#dom

[ follow ]
#javascript
from2ality
1 week ago
Web development

Learning web development: Plain objects in JavaScript

Plain JavaScript objects group related named data into properties for reading and writing; classList.toggle toggles a CSS class to show or hide DOM content.
fromSitePoint Forums | Web Development & Design Community
4 months ago
Node JS

Is the "this" value in a DOM event handler bound to any "EventTarget" rather than only to DOM elements?

MDN should clarify that 'this' refers to an EventTarget, not just DOM elements.
The specification indicates 'this' is bound to the EventTarget the listener is attached to.
Web development
fromAcko.net
1 month ago

HTML is Dead, Long Live HTML

The DOM and its APIs are outdated and overly complex, necessitating a rethinking of how web applications interact with browser environments.
[ Load more ]