Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS JQuery browser issue Re: JQuery browser issue

#92628
jamygolden
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)
});