Open GoogleCodeExporter opened 9 years ago
[deleted comment]
solution:
change
41 li.innerText = 'Generated row ' + (++generatedCount);
to
li.textContent = 'Generated row ' + (++generatedCount);
Original comment by gwmaster...@gmail.com
on 23 Feb 2012 at 10:13
or use
innerHTML
Original comment by gwmaster...@gmail.com
on 23 Feb 2012 at 10:24
Original issue reported on code.google.com by
gwmaster...@gmail.com
on 23 Feb 2012 at 9:56