Open
Description
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 there was a form of type get and action to filter..
I can't get it to stop that!!
here's my code
var theTable = $('.rows_table');
$("#filter").keyup(function() {
$.uiTableFilter( theTable, this.value );
return null;
});
Metadata
Metadata
Assignees
Labels
No labels