if Input Fires Keypress Event Twice
self.$inputFilter.on('keyup', function (event) { text = $(this).val(); event.stopImmediatePropagation(); // data return false; }).click(function () { return false; });