Live search through table rows
I want to do a live search through the table rows, using jQuery, the "live" word is the key, because I want to type the keywords in the text input, on the same site and I'd like jQuery to automaticaly sort (or remove those who doesn't match the search query) the table rows. Here is my HTML: <table> <tr><th>Unique ID</th><th>Random ID</th></tr> <tr><td>214215</td><td>442</td></tr> <tr><td>1252512</td><td>556</td></tr> <tr><td>2114</td><td>4666</td></tr> <tr><td>3245466</td><td>334</td></tr> <tr><td>24111</td><td>54364</td></tr> </table> And if I would fe. search by the Unique ID , it should