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.).
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
As for version 0.2 mutabor supports following:
- Detecting browser support for various DOM Mutation events
- Setting event handlers for DOMNodeInserted and DOMNodeRemoved
- Version 0.3 – support for