Add search input to any html tables instantly!
Search and filters rows and cells. CSS customizable. Fast.
The plugin add a class
.found
to any cell and row matching the text.
Use with:
$("table").tableSearch();
Examples:
<pre><script type="text/javascript">
$(function(){
$(".table1").tableSearch();
});
</script>
<style>
.table1 .found {
background-color: yellow;
}
</style></pre>
<script type="text/javascript"> $(function(){ $(".table3").tableSearch(); }); </script> <style> .table3 td.found { background-color: yellow; } </style>
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy jQuery Table Search Plugin from the The Developer ( tjikko ) website. Thank you.
Download = jQuery Table Search Plugin-[Updated].zip