riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

takes time to load the page #9

Open ajitjohnmathew opened 13 years ago

ajitjohnmathew commented 13 years ago

My page takes around 7 to 8 seconds to load with quicksearch present. The table i am building has around 500 records only. i am using a simple $('input#id_search').quicksearch('table#table_example tbody tr'); is there any way to speed it up or display few records first ?

riklomas commented 13 years ago

Does this happen for you in other browsers or just one? Do you have an example page I could look at?

pradeepa commented 13 years ago

Even i am also getting the same problem