Slide Down Div
-
I am trying to work on a redesign of my site, and I need a div to slide down when the page is loaded. Is there anyone that can help me?
You could use jQuery's document ready method: http://jsfiddle.net/joshnh/LY6ud/
I tried altering that script to fit what I am doing, but unfortunately, it did not work. I am not quite sure if I did something wrong though, or what, but the link to the page I am trying to build is http://thatothertechguy.com/templates/simplicity/ . If you would do me a favour and look at the source of it, that would be great. Thanks
You need to load jQuery first: http://jquery.com/
Oh.....that would be my problem......I have made many sites before, and this is the time I forget to load jQuery. Thanks for reminding me! I would have tried going on without it....
No worries :)
There's no jQuery in the functions.js as i see. Beside that, you need to load the jQuery library first before any of other scripts.Add a Comment