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

  • Home
  • SEARCH
  • 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 7864253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:43:44+00:00 2026-06-02T23:43:44+00:00

I need to assign a style to a table with the class tableClass. I

  • 0

I need to assign a style to a table with the class “tableClass”. I have the following markup.

<table border="0" cellpadding="0" cellspacing="0" class="tableClass">
  <tr>
    <td>
    <table border="0" cellpadding="0" cellspacing="0" class="tableClass"> <-- Need to add a style here
      <tr class="colheadrowclass">
        .. some markup here
      </tr>
      more markup
      <tr id="dataRow" class="datarowclass">
      </tr>
    </table>
    </td>
  </tr>
</table>

From the datarowclass, I need to traverse up to the first table with the class tableClass and add a style to it.

This works for me, but I was wondering if there’s a faster way.

$(".datarowclass").parents("table").eq(0).css("hieght", "500px");
  • 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-02T23:43:46+00:00Added an answer on June 2, 2026 at 11:43 pm

    The following should help you:

    $('.datarowclass').closest('table.tableClass').css("height", "500px");
    

    It does exactly what you mentioned:

    1. Selects element with datarowclass class.
    2. From it (the element found in point 1.) searches up to the closest table with tableClass class,
    3. Changes style of the element found in point 2.

    Note: You had a typo in the “height” property (you misspelled it as “hieght“).

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

Sidebar

Related Questions

i have a trouble and i need your help. Here's my code: public class
I need to assign an active class to my main-level navigation rendered by wordpress.
A TreeNode class has Text Name Tag I need to assign more values to
What I want to do is following. Inside a function, I need to assign
I know that you can assign a class to the generated table by using
I have a need to assign the next sequence number for a Project according
I have a collection on objects that I need to assign a random order.
I have the following code in mypage, .... <input type=checkbox title=Warehouse1 name=warehouse[] id=selectedUser_1 class=select_checkbox
Python. I need to assign multiple class instances to number of variables. First i
We have the DevExpress grid and in the OnCustomCallback event we need to assign

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.