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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:24:56+00:00 2026-05-14T08:24:56+00:00

It is indeed quite unfortunate that my client still uses IE6. using jQuery 1.4.2

  • 0

It is indeed quite unfortunate that my client still uses IE6.
using jQuery 1.4.2

The problem is that I open a window using a click event and do some edit operation in the new window.
I have a ‘change’ event attached to the row of a table which has input fields. Now when the window loads for the first time and I make a change in the input for the FIRST time, the change event does not fire. however, on a second try it starts working.
I have noticed that I e.g. I run a dummy page, i.e. create a new page (I work with Visual Studio) and run that page individually , the ‘change’ event works just fine.

What it going on, and what can I do, besides going back to 1.3.2 (by the way that doesn’t work either, but haven’t fully tested it yet)?

<!--HTML-->

<table id="tbReadData">
<tr class="nenDataRow" id="nenDr2">
 <td>
 <input type="text" class="nenMeterRegister"  value="1234" />
  </td>
<tr />
<table>

<script type="text/javascript">
$(document).ready(function(){
 $('#tbReadData').find('tr').change(function() {
alert('this works');
}
});
</script>
  • 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-14T08:24:56+00:00Added an answer on May 14, 2026 at 8:24 am

    Is that HTML correct? The row is not being closed.

    <table id="tbReadData">
    <tr class="nenDataRow" id="nenDr2">
     <td>
     <input type="text" class="nenMeterRegister"  value="1234" />
      </td>
    </tr>
    <table>
    

    Also, the JavaScript is incorrect. It is missing a closure.

    <script type="text/javascript">
    $(document).ready(function(){
        $('#tbReadData').find('tr').change(function() {
                alert('this works');
            }); // added );
    });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have started using data.table. Indeed it is very fast and quite nice syntax.
The question probably sounds quite odd, and indeed it is. Here's the problem: I
I've recently had quite a problem with a certain web method I'm using: void
Not that level of failure indeed. I just completed the 4 part tutorial from
Excuse me if this has indeed been asked before, I couldn't see anything that
How can I test that a gen_fsm does indeed timeout with eunit? {ok, GH}
Thank you for helping. My problem is that for some reason my code doesn't
Goal: Provide a web service using Visual Basic or C# or .NET that interacts
I'm still quite new to C#, but noticed the advantages through forum postings of
Quite new to Solr 1.4 - seems to be very powerful indeed. However, I

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.