[jQuery] simple fadeIn not working

[jQuery] simple fadeIn not working


Its really simple, i need one div to slowly fade in when the page is
loaded, i used this code:
$(document).ready(function(){
        $("#container").fadeIn("slow"); });
But it haven´t worked for me at all... When i tryed to replace fadeIn
with fadeTo it worked..
Thank you, Joseph