javascript assignment of string to innerHTML change contents
I construct a table by concatenating elements to a string. Then I assign the string to a div.element.innerHTML. The contents change. Single quotes become double. A tag appears. Why?
I construct a table by concatenating elements to a string. Then I assign the string to a div.element.innerHTML. The contents change. Single quotes become double. A tag appears. Why?