I\'m using jQuery. I need a div to fade in when the page loads.
How can I achieve this?
See working demo
$('#monster').hide().fadeIn('slow');
#monster{ width: 200px; height: 100px; border: 1px solid #0095ff; border-radius: 5px; }
This is demo text. This is demo text. This is demo text. This is demo text.