javascript - jquery - fastest way to remove all rows from a very large table - Stack Overflow

javascript - jquery - fastest way to remove all rows from a very large table - Stack Overflow

瀏覽:330
日期:2024-05-31
I thought this might be a fast way to remove the contents of a very large table (3000 rows): $jq("tbody", myTable).remove(); But it's taking around five seconds to complete in firefox....看更多