javascript removing element style after clicking other
I'm trying to remove attribute "selected" from span element when other span element (not the same div) is clicked and How to remove attribute "selected" of span element in div_bottom1 while div1 another span is selected? <script type="text/javascript"> window.addEventListener('DOMContentLoaded',() =>…