Skip to content
forked from Eskat0n/mutabor

mutabor is programmer-friendly wrapper for DOM Mutation events API

Notifications You must be signed in to change notification settings

slushpuppy/mutabor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutabor

Mutabor was created to simplify handling of DOM Mutation events such as DOMNodeInserted, DOMNodeRemoved, DOMAttrModified and DOMCharacterDataModified. This tiny library have no additional dependencies and can be used without interfering with any existing dom traversing toolkit (jQuery, dojo, etc.).

Use cases

Mutabor can be used as framework for building rich custom controls in unobstrusive way. It is also very useful in development of complex UserJs scripts

In current version

As for version 0.2 mutabor supports following:

  • Detecting browser support for various DOM Mutation events
  • Setting event handlers for DOMNodeInserted and DOMNodeRemoved

Usage examples

Milestones

  1. Version 0.3 – support for

About

mutabor is programmer-friendly wrapper for DOM Mutation events API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published