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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:12:52+00:00 2026-05-13T06:12:52+00:00

I just want to dynamically put in the index, which is calculating correctly, so

  • 0

I just want to dynamically put in the index, which is calculating correctly, so I know the value of my variable isn’t a problem, but it’s not working:

My variable ‘parentIndex’ stores the index of the span I want to be selecting below. I have tested this variable and it returns the correct value.

$(“.DropDownMenu span:eq(“+parentIndex+”)”)

is this not the right way to put a variable into a jquery selector? all the examples i’ve found use this format, what am i missing?

(The entire function, for context:)

        $("span input:radio").click(function() {
        if (($(this).is(":checked")) == true) {
            var elem = $(this);
            var parent = $(this).parent();
            var aunts = parent.parent().children();
            var parentIndex = aunts.index(parent);
            var position = elem.position();
            var topValue = position.top;
            topValue = topValue - 9;
            $(".DropDownMenu").css({ "top": "-" + topValue + "px" });
            $(".DropDownMenu span").css("background-image", "none");
            parent.css({ "background": "#f3f1e7 url(assets/images/branding/DropDownArrow.gif) no-repeat right" });
            $(".DropDownMenu span:eq("+parentIndex+")").css({ "background": "#f3f1e7 url(assets/images/branding/DropDownArrow.gif) no-repeat right" });

        }
    });
  • 1 1 Answer
  • 1 View
  • 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-13T06:12:52+00:00Added an answer on May 13, 2026 at 6:12 am

    Try this way:

    $(".DropDownMenu span").eq(parentIndex)
    

    You can find more details of this in the docs here.

    However, yours should work the way it is, make sure you use FireBug to test this, and maybe try it with a less complex function just to test it’s functionality.


    It would be cool if JS had something like sprintf and you could do something like: $(".DropDownMenu span:eq(%parentIndex)"

    But that is just wishful thinking.

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

Sidebar

Related Questions

totally a newbie... I just want to know how to dynamically disable an input
I just want to ask how should I put my image (dynamically) in this
Just want to know how to read an attribute of a parent node from
I just want to get a quick htaccess redirection. ie: domain.com/subfolderGreen --> domain.com/index.php?folder=subfolderGreen (note
I just want to know: How can I delete 'log.txt' if the last modification
I just want to know how does the table resulting from readXML look like,
I just want to know if there is a program that can convert an
I'm just starting out with jQuery and want to use $(document).ready() to dynamically generate
I need to put a map on a website but the clients doesn't want
Is it possible to dynamically allocate a temporary variable in C++ ? I want

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.