When using jquery .change on an input the event will only be fired when the input loses focus

In my case, I need to make a call to the service (check if value is valid) as soon as the input value is changed. How could I accomplish this?

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *