never mind, found the answer about 1 minute after posting this here
On May 7, 9:39 pm, Bo <[EMAIL PROTECTED]> wrote: > Hello, > > I am using this code to slide a div up/down: > > $("#slide").click(function(){ > $("#slider").slideToggle("slow"); > $(this).toggleClass("active"); > > }); > > It works alright, just like it's supposed to, but how can I have the > #slide div be in the up position by default? Right now it's always > down when the page loads... > > Thanks for the help, > Bo