Is there any way to speed up this solution for a case-insensitive jQuery :contains selector?
I found this solution for a case-insensitive jQuery :contains selector on StackOverflow. It works great, however it comes at the cost of performance. Does anyone else find this solution to be a bit slow? I'm using the :contains selector to search a table. The user types a search string into a textbox. For each keystroke, it searches the...