show/hide this revision's text 2 deleted 395 characters in body

This works great, however it comes at the cost of performance. Anyone else find this solution

I've moved my question tobe a bit slow?

I'm using : contains for an inline search feature on a site. I have a textbox for a user to type a search string. For each keystroke, it searches a table for that string, hiding rows that don't contain that string and showing rows that do. Easy peasey. Before implementing this solution, it was quick and snappy. Now with this solution, it seems to lock up after each keystroke.

Any ideas on how this solution could be sped up?http://stackoverflow.com/questions/1407434/is-there-anyway-to-speed-up-this-solution-for-a-case-insensitive-jquery-contains

show/hide this revision's text 1

This works great, however it comes at the cost of performance. Anyone else find this solution to be a bit slow?

I'm using :contains for an inline search feature on a site. I have a textbox for a user to type a search string. For each keystroke, it searches a table for that string, hiding rows that don't contain that string and showing rows that do. Easy peasey. Before implementing this solution, it was quick and snappy. Now with this solution, it seems to lock up after each keystroke.

Any ideas on how this solution could be sped up?