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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:57:57+00:00 2026-06-11T00:57:57+00:00

I have a div that, when clicked, increases in height, and vice versa. Inside

  • 0

I have a div that, when clicked, increases in height, and vice versa. Inside the div is an RSS feed catcher. The problem is that when the Div is expanded, and the links on the RSS feeds are clicked, the Div simply collapses rather than following the link.

Here is the code:

$(document).ready(function(){
$("#divright").toggle(function(){
$("#divright").animate({
height:640,
borderBottomWidth: "0px"},500);
},function(){
$("#divright").animate({
height:45,
borderBottomWidth: "1px"},500);    
});
});

and the link (graphic design news bit)

http://flatpack.site90.com/About%20Flatpack.html

How can i sort it so that I can click the links on the RSS feeds, but also retain the ability to collapse the panel somehow.

Thanks 🙂

  • 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-11T00:57:59+00:00Added an answer on June 11, 2026 at 12:57 am

    If you can, break out your toggler from the expanding area.
    I would do it like this

    <div class="wrapper">
        <h2 class="toggler">Toggler</h2>
        <ul>
            <li>News</li>
        </ul>
    </div>​
    
    
    $(".wrapper h2.toggler").click(function(){
        var $ul = $(this).next();
        $ul.toggle("slide");
    });​
    

    http://jsfiddle.net/wz2Gt/15/

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

Sidebar

Related Questions

I have a div that contains links(dynamic) and want when users clicked on a
I have a div that when clicked opens a form inside the div via
I have a usercontrol that hides a div when a button is clicked. <asp:LinkButton
I have a div that expands to the height of it's content. It works
Let's say I have a div that when it's clicked on it adds the
I have an alphabetical index that when clicked unhides a div that contains it's
I have a div that contains many classes. If the the div is clicked
I am trying to have a clickable div so that when its clicked it
I have a div that needs to be set at a specific pixel height,
I have a DIV that changes its size when a link is clicked. When

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.