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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:17:18+00:00 2026-05-12T15:17:18+00:00

I have a table with some of the rows starting off hidden ( display:none

  • 0

I have a table with some of the rows starting off hidden (display:none) and I’m using jQuery to show them. I’ve gathered from Firebug that jQuery detects that they’re table rows and sets them to display:table-row rather than block.

However, IE6 (and I think 7, too) doesn’t support table-row, so does jQuery do something different for those browsers?

Another problem seems to be using any function other than show() causes 100% CPU in Linux for Firefox and Chrome and they become unresponsive until I get a warning about a slow script. In Opera, the rows emerge very slowly, one by one. Is there a way to make the rows appear smoothly the same way as a normal <div> would?

  • 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-12T15:17:19+00:00Added an answer on May 12, 2026 at 3:17 pm

    Unfortunately this isn’t possible. The reason is that a table-row doesn’t have layout. It is strictly a structure element not a display element. The table-data is neither a display element, it’s a structure element as well. You can however try this. This will hide the contents of the table-data, effectively collapsing the table row.

    // show
    $("table tr.show").find("td *").show();
    // hide
    $("table tr.hide").find("td *").hide();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with some rows and I am using jQuery to apply
I have a table with some rows and and cells. Using jQuery UI Selectable
I have a database table with some rows that I want to fetch using
I have a table. Some rows are dynamically added by jquery. The first <td>
I have a table, containing rows, contaning cells - and some of them contain
I'm using MySQL server and I have a table where some rows are missing
I have some code that grabs some rows from a table and I want
I have a table with some rows and inputs inside them. I want add
I have users table and want to SELECT some rows by bitmask criteria. I'll
I have a table and I am hiding some rows. I want to get

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.