|
|
|
|
|
by andres
3200 days ago
|
|
Yes. SentinelJS will trigger a watch for elements present when DOMContentLoaded fires and for elements added dynamically afterwards. In the Quickstart example, there's an element that is part of the initial HTML payload and a button to add more dynamically:
https://jsfiddle.net/muicss/rbqLbjzf/ |
|