I am making a search via ajax on onkeyup in the input. But I am getting one problem it is taking input word one by one like I type matrix then it will search for m then ma then mat then matr so on. I want my function call after stopping keypress in input like I type matrix and stop typing then it will go search. Is there any solution for it?
I am calling this function like that
onkeyup="showmovie(this.value)"