tablefilter

This commit is contained in:
troy
2021-10-16 13:32:50 +02:00
parent d0576188e0
commit 9297e8d6bc
4 changed files with 38 additions and 1 deletions

2
tablefilter.min.js vendored Normal file
View File

@@ -0,0 +1,2 @@
function myFilter(){var a;var c=document.getElementById("suchstr").value.toUpperCase();var b=jQuery("#suchlist .row");for(a=0;a<b.length;a++){var d=b[a].textContent||b[a].innerText;-1<d.toUpperCase().indexOf(c)?b[a].style.display="":b[a].style.display="none"}};
//# sourceMappingURL=tablefilter.min.js.map