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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:57:48+00:00 2026-06-08T17:57:48+00:00

I am having a problem when trying to get jquery to close an open

  • 0

I am having a problem when trying to get jquery to close an open row in a table while opening another. I am trying to use toggle() to no avail and I know I am just missing something. Here is my html:

<table class="ProcTable" rules="all" cellpadding="0" cellspacing="0">
   <thead>   
      <tr class="proctablerow">
         <th>Recently Issued Procedures</th>         
      </tr>
   </thead>
   <tbody>
      <tr>
         <td></td>
         <td>Admin</td>
         <td>User Name #1</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #2</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #3</td>
      </tr> 
      </tbody>    
</table>
<table class="ProcTable" rules="all" cellpadding="0" cellspacing="0">
   <thead>   
      <tr class="proctablerow">
         <th>Recently Viewed Procedures</th>         
      </tr>
   </thead>
   <tbody>
      <tr>
         <td></td>
         <td>Admin</td>
         <td>User Name #1</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #2</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #3</td>
      </tr>
      </tbody>      
      </table>
      <table class="ProcTable" rules="all" cellpadding="0" cellspacing="0">
   <thead>   
      <tr class="proctablerow">
         <th>Bookmarked Procedures</th>         
      </tr>
   </thead>
   <tbody>
      <tr>
         <td></td>
         <td>Admin</td>
         <td>User Name #1</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #2</td>
      </tr>
      <tr>
         <td></td>
         <td>Reader</td>
         <td>User Name #3</td>
      </tr>
      </tbody>      
      </table>

      </table>

Here is my jquery code:

$(document).ready(function() {    
    $("#accordion").accordion( { active: false, collapsible: true });
    $(".ProcTable").accordion( { active: false, collapsible: true, autoHeight: false });  

    $('table.ProcTable tr.proctablerow th') .click(
    function() {
        $(this) .parents('table.ProcTable') .children('tbody') .toggle();
    });

});

Can someone help me figure out how to close one row while opening another row (accordion style). 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-08T17:57:51+00:00Added an answer on June 8, 2026 at 5:57 pm
    $('table.ProcTable tr.proctablerow th').on('click', function() {
        var elm = $(this).parents('table.ProcTable').children('tbody');
        $('table.ProcTable').children('tbody').not(elm).hide();
        elm.toggle();
    });
    

    FIDDLE

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

Sidebar

Related Questions

I am having a problem trying to use the prependTo() function in jQuery... for
I'm having a little problem. I'm trying to use Jquery load() function to load
I am trying to get started with PEAR's HTML_QuickForm but I'm having a problem.
I am having a bit of a problem, I am trying to get a
I'm having a problem trying to format the output on the jQuery UI datepicker.
I'm writing my first bit of jQuery, and I'm having a problem with jQuery.get()
I am having problem with my jQuery function what I am trying to achieve
I'm trying to use jQuery-jsonp plugin with jQuery Deferred Objects but I'm having no
I'm currently trying to get into jQuery. And I'm having a hard time (-;
Greetings. I'm having a weird problem with jQuery on my website. I'm trying to

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.