document.querySelector('.close').onclick = function(){ var x = document.querySelector('.content'); x.style.height = x.style.height == '300px'?'50px':'300px'; };