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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:53:28+00:00 2026-06-14T19:53:28+00:00

When click headers to expand/collapse content that is broken into logical sections, But those

  • 0
  • When click headers to expand/collapse content that is broken into
    logical sections,
    But those section’s have some default height defined .Suppose i have to give a fixed
    height i.e 200px .How can we customize the height that is expanded after the click
    of header i.e Section 1 and Section 2

    <html>
       <head>
           <meta charset="utf-8" />
           <title>jQuery UI Accordion - Default functionality</title>
           <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-
           ui.css"           
           />
           <script src="http://code.jquery.com/jquery-1.8.2.js"></script>
           <script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
           <link rel="stylesheet" href="/resources/demos/style.css" />
    
         </head>
    
    
          <div id="accordion">
           <h3>Section 1</h3>
           <div>
               <p>
               Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
               ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
               amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
               odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
               </p>
           </div>
           <h3>Section 2</h3>
           <div>
               <p>
               Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
               purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
               velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
               suscipit faucibus urna.
               </p>
           </div>
    
          </div>​
       </html>
         javascript:-
         $(function() {
               $( "#accordion" ).accordion();
           });​
    
  • 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-14T19:53:29+00:00Added an answer on June 14, 2026 at 7:53 pm

    If content height is your concern you might take a look at “heightStyle” property,
    Or if you want to use custom height logic, can use the “beforeActivate” event. The event fires before activating a tab. so in this event height changing can be possible.

    $(function() {
        $("#accordion").accordion({
            collapsible: true,
            active: false,
            beforeActivate: function(event, ui){
                $(ui.newPanel).css('height', '20');
            }
        });   
    });
    

    hope this helps.

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

Sidebar

Related Questions

I want to have a table that the user can expand/contract the contents (but
I have multiple divs setup, with headers and content. When you click the header,
I have sections with headers. Clicking the header collapses and expands the section below
I want an Expander that only expands/collapse it's content when the user clicks on
I've build a site that has accordion sections that expand whenever someone clicks on
I have a border layout in which I have to expand and collapse the
I have jqgrid that has 23 headers. It has edit dialog with a form
I have a table with multiple section headers. What I am trying to do
I have created an expand / collapse menu on a site I created in
I have this code to create div and collapse/expand element within each created div.

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.