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

瀏覽:1499
日期:2025-12-18
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....看更多