I have an input in html. I want to be aware on each changing on its content. I know that there is .change function in jquery. But it triggers when you focus on/out the input. I want when user typing in input, for each letter a function will be called. Is there any way to it?
Share
1 Answer