Jump to content

TheWebMan

New Members
  • Posts

    1
  • Joined

  • Last visited

TheWebMan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. TheWebMan

    jquery help

    Let's say we have this code. $(document).ready(function() { $('#head button').click(function() { $('#down').slideDown(200); }); }); How can I make as if when I click on the #head is the #down content shows, but what do I do if I want it to dissapear when I click the button again? I tried using this aswell $('head button').click(function() { $('#down').hide(); This code works but it's buggy. also, when It closes I want to be able to open it again, How could I make it do that?
  2. Hello, My name is Josh and me and a friend of mine have decided that we want to create a social networking site. He is mainly a PHP developer and himself would like another PHP developer to work alongside him. For myself, I am a Web designer and have more than 3 years over experience in designing websites. I know a little bit if PHP, Jquery, Javascript. would happily Pay fr you to work with us. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.