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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:07:36+00:00 2026-05-25T02:07:36+00:00

I have a kind of nested tabs structure where parent tab has id parent_id

  • 0

I have a kind of nested tabs structure where parent tab has id “parent_id” and child has id “child_id”

Initially both are closed which are to opened on document ready click.On document ready I need to open them both.

Code which i wrote for this was:

$(document).ready(function(){
    $("a#parent_id").click();
    $("a#parent_id").click(function(){$("a#child_id").click();});
});

Here parent tab was opening but child was not, I need to open both(parent and child on document ready) Any reasons for this?

Any help would be appreciated..

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-05-25T02:07:37+00:00Added an answer on May 25, 2026 at 2:07 am

    You are triggering the event for the parent before you assign a function to it.
    Do it like this:

    $(document).ready(function(){
        $("a#parent_id").click(function(){$("a#child_id").click();});
        $("a#parent_id").click();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have data that has this kind of structure: $input = [ { animal: 'cat',
I have kind of library which uses a bunch of its own perf counters.
I have this kind of node in my xml document: <parent ...> <a .../>
I have a nested, mutual recursive data structure , and want to associate computational
I have an object which itself has multiple objects as fields. The question I
I have a program which deals with nested data structures where the underlying type
I currently have many linq expressions nested within foreach loops ... kind of defeating
I have this kind of recrods: 1 2 12345 2 4 98231 ... I
I have this kind of mysql db (table name/fields) tbl_users : id, title, approved
I have some kind of test data and want to create a unit test

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.