Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9003611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:44:03+00:00 2026-06-16T00:44:03+00:00

i recently came across this script: <script src=http://code.jquery.com/jquery-latest.js></script> <script> $(document).ready(function(){ $(#showdiv).click(function(){ $(.dropdowndiv).slideDown(500); }); $(#hide).click(function(){

  • 0

i recently came across this script:

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function(){
$("#showdiv").click(function(){
$(".dropdowndiv").slideDown(500);
});

$("#hide").click(function(){
$(".dropdowndiv").slideUp(500);
});

});

</script>

which i use to show and hide a div at the top of my page that bring down the entire page. The code works simply enough, you click on a link it slides the page down showing the div, you click on another link it hides the div, this all while doing a slid in and out motion. I was wondering if there was a way to instead of clicking on two different links i could use the fist link to slide open and slide the div closed?

You can see a live preview on my tumblr here: cielprince.tumblr.com

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:44:04+00:00Added an answer on June 16, 2026 at 12:44 am

    you mean, using slideToggle:

    $("#showdiv").click(function () {
        $(".dropdowndiv").slideToggle("slow");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently came across this web page http://www.yoda.arachsys.com/csharp/readbinary.html explaining what precautions to take when
I recently came across this genius bit of code on HTTP POST from PHP,
I recently came across this site. http://beta.rallyinteractive.com/ . The site uses some fairly complex/awesome
I recently came across this website: http://www.mccormackmorrison.com/ I love the navigation method (vertical /
I recently came across this website http://www.smartusa.com/ This has an awesome scrolling effect and
I recently came across this line in a PHP script: $_REQUEST['start_date']=$date; Is it allowed
i recently came across an exciting jquery plugin for image overlays http://jobyj.in/adipoli/ it says
I recently came across this website: http://studiostyles.info , which contains a list of color
I recently came across some code that looks something like this: <head> <?php /*
I'm fairly new to C++ and I recently came across this problem. This code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.