Skip to content

Add .changed() kind of observer #6

@Destroy666x

Description

@Destroy666x

Would be nice to monitor if an item gets changed into matching a chosen selector. E.g. we have a <div> and a div.something selector. If we modify the <div> to <div class="something">, that would be caught and further processed with our own code like monitor.changed('div.something', el => { console.log(el) }).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions