The title is pretty clear: Is there any major difference between innerHTML and createTextNode (used with Append) to fill a span with t
innerHTML
createTextNode
Append
My understanding is that certain manipulations of innerHTML remove all bound events, so using createTextNode is preferable.