Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Add new innerhtmlchange event #232

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

This event will get fired whenever inner html changes for a particular element.

Initial render of any element at any time will receive an innerhtmlchange event with no bubbling.

Subsequent inner html changes to a specific element will receive the event and bubbling will occur up the DOM per the usual route.

This is now ready for testing on the 2.10.0 branch. Thanks to Dragon Theory for requesting something which ended up becoming this feature.