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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:00:32+00:00 2026-05-20T06:00:32+00:00

I have several links like this, which have a dynamic number in it. I

  • 0

I have several links like this, which have a dynamic number in it. I want to change the class of the child span from orange to red. This is the link:

<a id="details_104" href="#"><span class="status orange"></span></a>
<a id="details_105" href="#"><span class="status orange"></span></a>
<a id="details_106" href="#"><span class="status orange"></span></a>

I try to do this by using this jQuery code:

$("a #details_" + employee_id).removeClass("orange");
$("a #details_" + employee_id).addClass("red");

The variable employee_id is filled with the correct value, but I don’t see anything happen. What am I doing wrong here? 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-20T06:00:33+00:00Added an answer on May 20, 2026 at 6:00 am
    $("a#details_" + employee_id + ' span.status').removeClass("orange");
    $("a#details_" + employee_id + ' span.status').addClass("red");
    

    You were selecting the a tag, not the span where your orange class actually is. Adding span.status to the end of the selector finds the link with your employee id, and then finds the span within that. Now removeClass() and addClass() operate on that span.


    Also, this can be chained, because jQuery is awesome.

    $("a#details_" + employee_id + ' span.status')
        .removeClass("orange").addClass("red");
    

    This is also faster because it only runs the selector against the DOM once.

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

Sidebar

Related Questions

So i have all these links in html like this <a href=#ajax class=invlink competition_id=532>Gen
I have a library from which I'd like to create two RPM packages. While
I have a PHP Script which has several text areas. What I would like
I have got four routes defined like this: //Project list with page number routes.MapRoute(
I have this simple while loop which retrieves data from a mysql query and
I have a modal popup with several links inside that have the :confirm and
Here's my scenario: I have a page containing several links; each link is meant
I have to use javascript to make links instead of for several unimportant reasons,
I have several sites that I want to link back to the main site
I have several large text files (30m+ lines, >1GB) which are being processed in

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.