var timerId = null; $("#search-by-account").on("keyup", function() { clearTimeout(timerId); timerId = setTimeout(SearchByAccountAndName, 500); });