mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-13 04:56:27 +01:00
⚡ Docs
This commit is contained in:
6
docs/components/examples/introducing/3ps.js
Normal file
6
docs/components/examples/introducing/3ps.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// pseudo code!
|
||||
const onchage=
|
||||
event=>
|
||||
console.log("Reacting to the:", event); // A
|
||||
input.addEventListener("change", onchange); // B
|
||||
input.dispatchEvent(new Event("change")); // C
|
||||
Reference in New Issue
Block a user