how to add remove class from classlist in onclickc javascript code example
Example: how to remove an class in javascript
document.getElementsByClassName("legend").style.display="none";
document.getElementsByClassName("legend").style.display="none";