Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  insertAdjacentHTML() Enables Faster HTML Snippet Injection

In Firefox 8, we’ve added support for insertAdjacentHTML(). It’s an ancient feature of Internet Explorer that has recently been formalized in HTML5 and then spun out into the DOM Parsing specification. The bad news is that Firefox is the last major browser to implement this feature. The good news is that since other major browsers implement it already, you can start using it unconditionally as soon as the Firefox 8 update has been rolled out to users.Basic UsageinsertAdjacentHTML(position, markup) is a method on HTMLElementDOM nodes. It takes tw...

3,676 0       HTML5 DOM INSERTAJACENTHTML FIREFOX