I found that jQuery change event on a textbox doesn\'t fire until I click outside the textbox.
HTML:
Try the below Code:
$("#textbox").on('change keypress paste', function() { console.log("Handler for .keypress() called."); });