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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:57:07+00:00 2026-05-26T01:57:07+00:00

I have a strange problem with the .find() method. I have the following html:

  • 0

I have a strange problem with the .find() method.

I have the following html:

<table id="roleTab" style="padding: 5px; position: relative; top: 10px">
<thead>
    ....
</thead>
<tbody>
<TMPL_LOOP DATA_ROLES>
    <tr id="<TMPL_VAR ID>">
        <td><select id="role2" name="role2_<TMPL_VAR ID>" title="The role of the employee"><TMPL_VAR ROLE></select></td>
        <td><input id="steps" type="text" name="steps_<TMPL_VAR ID>" size="5" title="Total amount of steps per month" value="<TMPL_VAR STEP>"></td>
        <td><input id="measurable_steps" type="text" name="measurable_steps_<TMPL_VAR ID>" title="Measurable steps" value="<TMPL_VAR MEASURABLE_STEP>"></td>
        <td><input id="steps_ratio" type="text" name="steps_ratio_<TMPL_VAR ID>" title="'Measurable steps' / 'Steps'" value="<TMPL_VAR STEPS_RATIO>%" readonly></td>
        <td style="text-align: center"><select id="reopen_rate" name="reopen_rate_<TMPL_VAR ID>" title="How many reopenes after closing the SI"><TMPL_VAR REOPEN></select></td>
        <td><select id="w4p" name="w4p_<TMPL_VAR ID>"><TMPL_VAR W4P></select></td>
        <td><select id="team" name="team2_<TMPL_VAR ID>"><TMPL_VAR TEAM></select></td>
        <td><input id="checkbox" type=checkbox></td>
        <td><input id="status2" type="hidden" name="status2_<TMPL_VAR ID>" value="<TMPL_VAR STATUS>"></td>
    </tr>
</TMPL_LOOP>
</tbody>
</table>

I have the following script:

$(function(){
    $('#steps').live("focusout", function() {
        var steps = $(this).parents().parents().find('#steps').attr("value");
        var meas_steps = $(this).parents().parents().find('#measurable_steps').attr("value");
        var value = (meas_steps/steps)*100;
        value = parseInt(value);
        if(steps && meas_steps){
            var t = $(this).parents().parents().attr("id");////////////////////
            alert(t);////////////////////////////////////////////////////////////
            $(this).parents().parents().find('#steps_ratio').attr("value", value+"%");
        }
    });
});

I have two rows on the page (following the loop).
first has id ‘2’ and the second has id ‘3’.

The problem is when I change the steps field in the second row (can be first row as well) and focusout then the alert shows ‘3’ but the value in ‘steps_ratio’ field changed for BOTH of the rows…

Why doesn’t it changed only for the ‘steps_ratio’ that under id ‘3’?

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-26T01:57:08+00:00Added an answer on May 26, 2026 at 1:57 am
    $(this).parents().parents()
    

    should be

    $(this).parent().parent()
    

    .parents() returns all parent elements all the way up the tree, .parent() returns only the immediate parent.

    Also, you shouldn’t have multiple elements in the page with the same ID.

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

Sidebar

Related Questions

I have a strange problem, and I can't find the cause! I have the
I have strange problem with sharepoint and ajax functionality. We have an UpdatePanel placed
i have strange problem doing reporting: i have numerous clients with different issued invoices.
We have very strange problem, one of our applications is continually querying server by
I have a strange problem with mod_rewrite, the rules that are relevant here are:
I have a strange problem with VS2008. My solution has 8 projects (all c#)
I have a strange problem with lxml when using the deployed version of my
I have a strange problem that is only happening in a single location. I
I have a strange problem with some documents on my webpage. My data is
We have a strange problem when implementing sessions with ColdFusion in IE6. After login

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.