so i was working on a project and i found out that after i add event listeners to a element inside container and then if i add more html to it via .innerhtml += "html" method then the previous content stays along with the new one but the event listeners from the old content are destroyed and the only way to deal with it is to use append child which means you have to write the html using a lot of create element methods which is frustrating
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)