Adding a filter function to a table with JQuery
I had a requirement recently to add a filter function to a table. It should look like that: Here you have a regular table. In the table header you can insert your search string: Here we go, our filtered results. Doing that requires only a couple of lines with the wonderful JQuery. The id … [Read more…]