Skip to content

ON blur or submit , the field submits! #5

Open
@alexseif

Description

@alexseif

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions