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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:43:41+00:00 2026-05-22T12:43:41+00:00

<script type=text/javascript> jQuery(document).ready(function() { jQuery(.content).hide(); jQuery(.link).click(function() { jQuery(div.content).slideToggle(500); });; }); </script> How to expand

  • 0
<script type="text/javascript">
    jQuery(document).ready(function() {
        jQuery(".content").hide();
        jQuery(".link").click(function()
        {
          jQuery("div.content").slideToggle(500);
        });;
    });
</script>

How to expand only the div which is linked to the specific link?

Edit:
Its done like this

<div class="comment">
   <div class="bar">
      <a class="link">#</a>
    </div>
</div>
<div class="content">
  <div class="comment">
   <div class="bar">
      <a class="link">#</a>
    </div>
  </div>
</div>
  • 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-22T12:43:42+00:00Added an answer on May 22, 2026 at 12:43 pm

    EDIT 2:

    You changed your HTML. Now do this:

    jQuery(this).closest('div.comment').next('div.content').slideToggle(500);
    

    But wait! Now you have 2 different div.link elements in different relation to .content elements. Is this your actual HTML markup?

    You could also do this:

    jQuery(this).closest('div.content').slideToggle(500);
    

    Please provide your actual HTML.



    EDIT:

    Based on updated question, do this:

    jQuery(this).parents('div.blaat1').eq(1).next().slideToggle(500);
    

    How to expand only the div which is linked to the specific link?

    How are they linked?

    If the div is a descendant, do this:

    jQuery(this).find('div.content').slideToggle(500);
    

    If the div is a an ancestor, do this:

    jQuery(this).closest('div.content').slideToggle(500);
    

    If the div is the next sibling, do this:

    jQuery(this).next().slideToggle(500);
    

    If the div is the previous sibling, do this:

    jQuery(this).prev().slideToggle(500);
    

    Without seeing your HTML structure, we can only guess at the solution.

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

Sidebar

Related Questions

I was wondering if anyone here had some experience writing this type of script
What should I type on the Mac OS X terminal to run a script
I want to make sure people can't type the name of a PHP script
I have the following script. It replaces all instances of @lookFor with @replaceWith in
The following shell script takes a list of arguments, turns Unix paths into WINE/Windows
I have a script that parses the filenames of TV episodes (show.name.s01e02.avi for example),
I have a script that retrieves objects from a remote server through an Ajax
I'd like to script, preferably in rake, the following actions into a single command:
I need to script the creation of app pools and websites on IIS 6.0.
I have a Perl script that I'm attempting to set up using Perl Threads

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.