Javascript onclick event doesn't work with innerHTML+=any
Button click event does not work in javascript. I have a div with a box id. When I try to assign an onclick to each button, only the last button works properly, the other buttons do not work. Also, this…