I have bunch of objects that return a DOM-tree that I then use to append to an element. For example, var elem = document.cr开发者_StackOverflow社区eateElement(\'div\');
I am trying to create a new Element in my javascript code and append it to one of my elements. But it seems that old IE browsers do not support this function and my code breaks on the line where I use