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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:21:00+00:00 2026-06-17T17:21:00+00:00

I have a big table (about 500 rows and 7 columns). My code just

  • 0

I have a big table (about 500 rows and 7 columns).
My code just has to check the table cell which I click on (it adds class “reserved” to clicked cell, this class does some simple border manipulation).

It works smoothly on Firefox and Opera, but it sucks on Chrome (I mean I have to wait about a second before the cell’s border changes) – can you suggest me a way to fix it?

The first IFs are for some other checkings, but it’s just checks the state of this particular clicked cell.

$("td").click( function() 
{
    if($(this).attr('system') !=  1)
    {
        if($(this).attr("reserved") != "1" && $(this).attr("reserved") != "2")
        {
            if($(this).attr("_checked")=="1")
            {
                $(this).addClass("reserved"); // here it changes border color
            }

        }
}
  • 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-17T17:21:01+00:00Added an answer on June 17, 2026 at 5:21 pm

    You could try caching the selector:

    $("td").click( function() 
    {
        var $this = $(this);
    
        if($this.attr('system') !=  1)
        {
            if($this.attr("reserved") != "1" && $this.attr("reserved") != "2")
            {
                if($this.attr("_checked")=="1")
                {
                    $this.addClass("reserved"); // here it changes border color
                }
    
            }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one BIG table(90k rows, size cca 60mb) which holds info about free
I have an InnoDB table of about 500 000 rows which is growing and
I have a MySQL table which has a product_id field (big integer) 1102330008 1102330025
I have a table about 10 million rows. We just imported it from another
I have a big table containing a button in each cell. These buttons are
I have big URL list, which I have to download in parallel and check
I have BIG table with multiple indexes in postgres. It has indexes on db_timestamp,
I have a rather big table where I dynamically remove some rows. It works,
Has anyone generated a big, really big table about a millions records using this
I have a big Table , about 1 million records , and it's increasing

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.