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 4598908
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:27:57+00:00 2026-05-21T23:27:57+00:00

I want to to partially display a list and then when a button is

  • 0

I want to to partially display a list and then when a button is clicked i’d like to change the class of the button and show the full list by using the full height of the div, then when the button is clicked again i’d like it to start from its initial reveal, not hide the whole thing.

HTML:

<section id="newsletters">
<h4><a href="#rss"></a><span>Related</span> Button</h4>
    <nav>
        <ul>
           <li>1</li>
           <li>1</li>
           <li>1</li>
           <li>1</li>
           <li>1</li>      
        </ul>
    </nav>
<a class="hide" href="#">Show / Hide
</a></section>

Jquery

 $('section#newsletters .hide').click(function() {
    $('section#newsletters nav').toggle(400);
    return false;
   });
  • 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-05-21T23:27:58+00:00Added an answer on May 21, 2026 at 11:27 pm

    You’ll have to create your own toggler. Simple and straight forward:

    var toggle = true, oldHeight = 0;
    
    $('section#newsletters .hide').click(function(event) {
        event.preventDefault();
    
        var $ele = $('section#newsletters nav');
        var toHeight = ((toggle = !toggle) ? oldHeight : 20);
    
        oldHeight = $ele.height();
        $ele.animate({ height: toHeight });
    
    });
    

    Where “20” is the height in pixels to toggle to when sliding up.

    Fiddle: http://jsfiddle.net/QV38D/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to display a important list of items using an ItemsControl. The reason
Let's say I have a list of products. I want to display a list
I have a class that stores a list of dictionary entries. I want bind
I am starting out with Silverlight. I want to display a list of messages
I want to display a list of items in a page in Ruby-on-Rails. I
I have a partial that I want to display in a layout only when
I want to make the grouped UITableView transparent. I partially succeded with the following
Essentially, what I want to do (in DirectX) is to take two partially-transparent images
I have dbml with single table users i want add partial class for User
I want to update the partial view every time the ActionLink is clicked. I'm

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.