Here is my code:
Jquery:
$("#welcome-done").on("click", function(){
$(".welcome-box").toggleClass("hide");
})
CSS:
.hide {
display: none;
}
It works in firefox, chrome, safari but for some reason it does not work in IE11... Does anyone know how I can solve this issue?
Aucun commentaire:
Enregistrer un commentaire