DOMNodeInsertedHandler implemented
authorAlexander Ebert <ebert@woltlab.com>
Thu, 27 Oct 2011 12:17:35 +0000 (14:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 27 Oct 2011 12:17:35 +0000 (14:17 +0200)
commit9c1e5045aec4833446c2881de001a5887a357d89
treeb698ef44bd164a2c3c61b81e0062d711dab303cd
parentcf2bdac107c19cfb03d6bf4b2b6d1cb223a5ef7c
DOMNodeInsertedHandler implemented

Certain functions perform actions on a specific element collection available at page load, but they miss elements inserted afterwards. Register your class with DOMNodeInsertedHandler and you will be notified to update your collection once a DOM node was inserted.

Caution: This handler blocks any DOMNodeInserted event which occurs within 100 ms after the event fired to prevent an infinite loop.
wcfsetup/install/files/js/WCF.js