I want to trigger an ajax request when the user has finished typing in a text box. I don\'t want it to run the function on every time the user types a letter because that wo
If there is necessity for the user to move away from the field, we can use "onBlur" instead of Onchange in Javascript
If that is not necessary setting timer would be the good option.