Skip to content

Function removeNumeric doesn't have unbind() for "keyup" #60

@vyspiansky

Description

@vyspiansky

$.fn.removeNumeric = function()
{
return this.data("numeric.decimal", null).data("numeric.negative", null).data("numeric.callback", null)
.unbind("keypress", $.fn.numeric.keypress)
.unbind("keyup", $.fn.numeric.keyup)
.unbind("blur", $.fn.numeric.blur);
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions