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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:26:35+00:00 2026-06-13T22:26:35+00:00

Im looking for a bit of help with some jQuery code. Basically i have

  • 0

Im looking for a bit of help with some jQuery code.

Basically i have a HTML structure like so.

<ul class="menu">
    <li><a href="#" id="parent-one">One</a></li>
    <li><a href="#" id="parent-two">Two</a></li>
    <li><a href="#" id="parent-three">Three</a></li>
    <li><a href="#" id="parent-four">Four</a></li>
</ul>

My PHP code adds a class=”active” if the user is ‘on’ it, so depending on which of the links is clicked it will look like this:

<li><a href="#" class="active" id="parent-four">Four</a></li>

So thats all fairly straight forward.

What i want to be able to do on page load, is search through each menu item until it finds the one with class=”active” .. then take the ID of that link, change it from parent-xxx to child-xxx and then ‘show’ that child ID.

Is this possible?

  • 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-13T22:26:36+00:00Added an answer on June 13, 2026 at 10:26 pm
    $(function() {
        // Within .menu, find .active, grab its id, and replace parent with child
        var new_id = $('.menu').find('.active').attr('id').replace('parent', 'child');
    
        // Select element with this new id, and show it.
        $('#' + new_id).show();
    });​
    

    Fiddle: http://jsfiddle.net/rwgJc/1/

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

Sidebar

Related Questions

I have a report model looking a bit like this: class Report(models.Model): date =
I need some help. I'm looking to have a sidebar that toggles when a
looking for a bit of Ajax help here... I have quite a complex view
I'm in a bit of a predicament and I'm looking for some help on
I'm looking over some previous developers code and I come across this line: location.href
I'm looking for some help with finishing some code on setting the region on
Looking for some help here. I do a bit of IT support for an
Been looking around a bit and I can't seem to find any help on
Looking to do a bit of refactoring... Using NHibernate I have this query currently
Im looking for a simple bit of code that will let me add the

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.