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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:03:50+00:00 2026-05-28T00:03:50+00:00

I have a page using JQuery and I’ve implemented infinite scrolling on a div.

  • 0

I have a page using JQuery and I’ve implemented infinite scrolling on a div. There is a text area on the page. I’ve noticed that as more rows get added to a table in the scrollable div performance of the page gets worse. You can really tell when the page size is large and you try to type anything in the text area because there is a large lag between the time text is typed into the textarea and the time that you actually see the text appear. This only happens in IE8. I haven’t tried other IE versions. It doesn’t happen in Firefox. It is really fast in Firefox.

I’ve used a tool to check what IE was doing and it is spending most of the time doing generic rendering of the page for each key stroke even though nothing new is being added to the page.

Why is the page rendering so often and slowly in IE8 and is there a way to improve this?

  • 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-28T00:03:51+00:00Added an answer on May 28, 2026 at 12:03 am

    I believe that the tables are the cause of your performance issues. I had similar problems when using js to dynamically add rows to a table containing form elements.

    See this Microsoft Article for tips on how to improve performance, specifically when using tables.

    • Set the table-layout CSS attribute to fixed on the table.
    • Explicitly define col objects for each column.
    • Set the WIDTH attribute on each col.

    e.g.:

    table
     {
     table-layout:fixed;
     } 
    

    Avoid nesting tables within tables etc.

    W3Schools highlights the advantages and disadvantages to using different table layout algorithms.

    FireFox appears to handle the rendering of tables more efficiently than IE but using these techniques appears to help most browsers.

    Hope this helps!

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

Sidebar

Related Questions

I have a page that is using jQuery tabs. Within one of my tabs
The Scenario Using jQuery, I have a page that has a popup overlay containing
I am working on a web page that is using jQuery. I have an
I have a simple html page with a div. I am using jQuery to
Using the jquery metadata plugin, I have an element on my page that looks
I have this problem, I load a page using JQuery ajax, now within that
I have a page using JQuery and Jeditable to create editable text elements on
I have a page that is loaded within another page using jQuery. What I
I have a page that is using jQuery to load an XML file, which
I have page, that loads in data using AJAX (a form filter) using jQuery.

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.