Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce? #52

Open
VictorioBerra opened this issue Sep 16, 2020 · 1 comment
Open

Debounce? #52

VictorioBerra opened this issue Sep 16, 2020 · 1 comment

Comments

@VictorioBerra
Copy link

How can I specify a time to wait between ajax calls. When the user is typing its firing off a ton requests like crazy.

@mrjeanjoseph
Copy link

Have you tried setting the async option to false. You'd do this if if you don't want the .ajax() function to return immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants