hello,
I have ajax search function which call to the function with the element 'onkeyup' ,
Now , the problem that if someone want to start to search something and he start to write the word he was thinking about ,
while he write the word the search can be actived few time and for nothing.
what i'm trying to say , if someone want to search for 'program' so the search will search 6 times , which I want to prevent..
the question is how ?
I was thinking about , to create a function that waits 2 seconds after the last char entered
maybe can someone help me?
regards ,Mor.