Hello,
I have the following string elements that i want to append to the DOM, but in IE the tags do no close. Example:
$("#accordion").append('<div id="mydiv" class="sortme">bla bla bla</div><div id="panel" class="accordionPanel"></div>');
After IE render it the div elements for instance are rendered without closing tag. It was supposed to be "" and only shows ""
Any ideas what might be happenning here?
Thanks, TT