Thread
:
js innerHTML problem
View Single Post
nimesh
Invasive contributor
3Nov2009,23:33
Because there's a mistake in the first output itself,
<div class="orderwrp" id="order0">
<div class="name">stuff<div> <-------- the last div in this line should be a closing tag
</div>
so to close all the tags, it's adding 2 more div close tags
SaswatPadhi
like this