Here is the example:
http://www.jackthe7th.com/jts_test.php
Whats happening is I’m grabbing the XML data using JSON for each video in the playlist, and then trying to append that data to the div. It works without even having to append the data to the div in every browser except IE, and this includes all versions of IE. In IE, it does not append anything, and it all appears at the top of the page. I have tried hundreds of combinations over days to try and figure this out, and no matter what it does not budge in IE. I know this one is kind of complicated, but if anyone can help it would be great!
All the code is html or javascript, and is too long to post here, so just inspect the page
Calling
document.getElementsByName('vid_thumb_title')from IEs console returns an array of length zero per the w3c spec name is not a valid attribute on a div element and IEs javascript engine has always been super picky about only checking for a name on elements where name is a valid attribute.