I\'m using jQuery. I need a div to fade in when the page loads.
How can I achieve this?
jQuery/fadeIn
$(function() { $("#monster").fadeIn(); });