Description
For those who work with DOM manipulations and use the library or have any experience with JavaScript driven dynamic content, please reply:
-
Do you think we would need some tools and/or polyfills to enable our library to go LIVE (initialize proper BSN component for every new element added to the DOM) ?
-
If yes, what would you suggest? (I am currently experimenting with
CustomEvent
,MutationEvent
andMutationObserver
, working on a kind of polyfill for IE8) -
About an IE8 polyfill, do you (or your scripts and tools) use mostly
Element.prototype.appendChild
,Element.prototype.innerHTML
, both, or other methods?
To the most frequent contributors (please forgive me for tagging you)
@mathieuleclaire, @troyk, @mgiulio, @janpanschab, @RyanZim, @HelloGravity, @Jeff17Robbins, @DGT41, @oliseviche, @thewisenerd, @alzalabany, @kuus, @malexdev, @crcastle, @Aspie96, @CamWiseOwl, @antoligy, @zandaqo
AND anybody reading this page, please share your opinion.