HTML Tables with jQuery Filtering
- by Bry4n
Let's say I have...
<form action="#">
<fieldset>
to:<input type="text" name="search" value="" id="to" />
from:<input type="text" name="search" value="" id="from" />
</fieldset>
</form>
<table border=1">
<tr class="headers">
<th…