<script> $(function(){ $("#what_to_animate").fadeIn(2000); }); </script> <div id="what_to_animate" style="display:none;width:200px;background-color:green;height:200px;"></div>