Table sorter causing slow script

Posted by Sarah on Stack Overflow See other posts from Stack Overflow or by Sarah
Published on 2010-03-22T10:46:19Z Indexed on 2010/03/22 10:51 UTC
Read the original article Hit count: 185

Filed under:

Hello guys i have a problem i wish i could find a solution i created this instant chat system works fine i created this seTimeout to retrieve data when the messages exceeded an extent slow script alert started to appear when i tracked down the problem i found out that the data is retrieved in time longer than the call to setTimeout and since i use jquery table sorter don't realize that the data is a table until it is all retrieved so continuous slow script alerts are displayed till all table is retrieved.one more thing i retrieve data using an ajax request. Note: The number of rows to be retrieved is 257 rows How could i solve this problem?Any ideas .

© Stack Overflow or respective owner

Related posts about jquery-ajax