Home › Forums › CSS › JQuery browser issue › Re: JQuery browser issue
December 13, 2011 at 2:17 pm
#92628
Member
Oh, I think I see the problem. You’re not using curly braces, you’re just using parenthesis.
Try this:
$ (function(){
$('#splash').hide().fadeIn(1000)
});