riklomas / quicksearch

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

Nbsp html tag #54

Open ghost opened 12 years ago

ghost commented 12 years ago

I have a table that have td and last td have html  

Finally, all rows are found with quicksearch when i provide to input "nbsp" !!

ghost commented 12 years ago

Why not :

cache = t.map(function () { return $(this).text(); });