add or remove class from a div using js code example
Example: how to remove an class in javascript
document.getElementsByClassName("legend").style.display="none";
document.getElementsByClassName("legend").style.display="none";