Forums

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

Home Forums JavaScript .Toggle Problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #32618
    Waffle
    Member

    Hey

    $(document).ready(function(){

    $("button").click(function(){

    $(".Form").slideToggle();

    });

    });

    Just a simple problem, I hope someone can quickly solve it.
    How do I make it so the .Form is already toggled up. and not showing because it seems that its showing when I open the Page, I want the button to slide it down and reveal it.

    Any help?
    thanks in advance

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.