jquery-ajax-unobtrusive icon indicating copy to clipboard operation
jquery-ajax-unobtrusive copied to clipboard

Debounce?

Open VictorioBerra opened this issue 3 years ago • 1 comments

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

VictorioBerra avatar Sep 16 '20 21:09 VictorioBerra

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.

mrjeanjoseph avatar Feb 17 '21 10:02 mrjeanjoseph