You can change the class name using the below given code.
document.getElementById(“idElement”).setAttribute(“class”,”className”);
You can change the class name using the below given code.
document.getElementById(“idElement”).setAttribute(“class”,”className”);