Come mai non funziona senza darmi nessun errore?
Codice:function mart() { $("#down").click(function(){ $("#news").animate({ height: "60%", opacity: 1, }, 1500 ); $("#down").animate({ top: "57%", }, 1500 ); var idown = document.getElementById("idown"); idown.style.transform = "rotate(180deg)"; }); document.getElementById("down").Id="up"; }