Recently I was updating a JavaScript function which simply added another element to a page, complete with content. The innerHTML function was used. However, I was very confused that some HTML elements I’d added using innerHTML were stripped on rendering. Problem: I was trying to add a new row plus cells to an existing table… Continue reading JavaScript innerHTML problem