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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:34:44+00:00 2026-06-15T16:34:44+00:00

I have a table that has just one row that has columns with class=’99999′.(

  • 0

I have a table that has just one row that has columns with class=’99999′.( Other rows have columns with different classes and there is no way I could set an id for a row as this table is generated by display:table ). I am trying to delete the whole row that has columns with class=’99999′. Looks like the part:

$("td.99999").first().parent().remove();

is not working.

Here is the html looks like:

<html>
<head>
<script type="text/javascript" src="/js/jquery-1.3.2/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
    $(document).ready(function(){
        alert("I am here");
        $("td.99999").first().parent().remove();
    });
</script>
</head>

<table border="1">
    <tr >
        <th>category</th>
        <th>rank</th>
        <th>priority</th>
        <th>contact</th>
        <th>price</th>
        <th>tax</th>
        <th>total price</th>
        <th>shipping</th>
        <th>Net payment</th>
    </tr>
    <tr class="displaytagOddRow">
        <td class="99999">category 1</td>
        <td class="99999">99999</td>
        <td class="99999">something</td>
        <td class="99999">something</td>
        <td class="99999 alignRight">$3,433</td>
        <td class="99999 alignRight">$300</td>
        <td class="99999 alignRight">$3,733</td>
        <td class="99999 alignRight">$349</td>
        <td class="99999 alignRight">$4,082</td>
    </tr>
    <tr class="displaytagOddRow">
        <td class="3333">category 2</td>
        <td class="3333">3333</td>
        <td class="3333">something</td>
        <td class="3333">something</td>
        <td class="3333 alignRight">$3,433</td>
        <td class="3333 alignRight">$300</td>
        <td class="3333 alignRight">$3,733</td>
        <td class="3333 alignRight">$349</td>
        <td class="3333 alignRight">$4,082</td>
    </tr>
</table>
</html>

What am I doing wrong?

  • 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-15T16:34:46+00:00Added an answer on June 15, 2026 at 4:34 pm

    You have added the reference to the jquery file in the script tag and in the same tag you are writing the code.You will have to put it in another script tag as below:

         <script type="text/javascript">
               $(document).ready(function(){
    
                                             alert("I am here");
                     $("td.99999").first().parent().remove();
    
    
                                          });
         </script>
    

    Keep your below code as

       <script type="text/javascript" src="/js/jquery-1.3.2/jquery-1.3.2.min.js"></script>
    

    It will work fine…

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

Sidebar

Related Questions

We have a 10 thousand row table that has just 2 columns, a primary
I have a table that has two datetime columns (one for start time and
I have a table that has three different date columns, so I set each
I have a table that has anchor links for all the rows in one
I have a table that has duplicate email address, I need to insert just
I have a relatively large database tables (just under a million rows) that has
I have a table that has no primary key, and one cannot be created
I have one table that has two fields - ID1 and ID2 ID1 can
I have one table that has sales records and another table that has additional
Basically I have a table that versions products, so it has two columns of

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.