[WSG] Is there any way to clone HTML5 node in IE 6-8?

2010-11-19 Thread Ворон
Hi, Is there any way to clone new HTML5 elements in IE6-8? I add script !--[if lt IE 9] script src=http://html5shiv.googlecode.com/svn/trunk/html5.js;/script ![endif]-- But when I try to use .cloneNode(true) or jQuery .clone, all HTML5 elements disappears. .innerHTML show that nav/nav turn to

Re: [WSG] Is there any way to clone HTML5 node in IE 6-8?

2010-11-19 Thread Ворон
Hi, Topic closed. Solution: use outerHTML to copy node. Some sing like: document.querySelector('.diaryEntrys').innerHTML+= document.querySelector(.templateCollector .articleTemplate).outerHTML; В Hi, В Is there any way to clone new HTML5 elements in IE6-8? В I add script В !--[if lt IE 9] В