jquery-uitablefilter
jquery-uitablefilter copied to clipboard
small plugin for filtering (hiding) table rows based on their text content
Thank you for this script :) I'm facing this bug that is driving me insane, every time the filter input text looses focus or on enter it submits as if...
When you are using the zebra widget on a table, and you filter based on some input (i.e. from the user typing into a text field), sometimes you get two...
I've changed your code to support match notification when a match is found. You are free to use this code: ```js /* - Copyright (c) 2008 Greg Weber greg at...
The data I'm trying to filter is in a form input field inside a table row. uitablefilter seems to ignore it. Is there a workaround?