Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 767 Bytes

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