<div style='opacity:0'>1</div> <div id='div2'>2</div> <script> document.getElementById('div2').style.opacity = 0 </script>