When using jquery .change on an input the event will only be fired when the input loses focus
.change
input
In my case, I need to make a call to the serv
There are jQuery events like keyup and keypress which you can use with input HTML Elements. You could additionally use the blur() event.