How reactive is Y? Y!
Type in any input and watch the target update instantly!
Toggle elements in and out of existence:
Two listeners handle all inputs/checkboxes and update ALL matching targets automatically!
✅ No individual listeners
✅ No manual binding
✅ Pure event delegation
✅ CSS selector support
✅ Comma-separated multiple targets
✅ Text inputs + checkbox toggles
data-target="#myId"
→ Update text contentdata-target=".myClass"
→ Update multiple elementsdata-toggle=".box"
→ Show/hide elementsdata-toggle=".box1, .box2"
→ Toggle multiple elementsdata-toggle-checkboxes="#cb1, #cb2"
→ Control other checkboxesSafe and explicit - only affects exactly what you specify!