Переключить классJavaScript/jQueryfunction myFunction() { var element = document.getElementById("myDIV"); element.classList.toggle("mystyle"); }