exResetAllFilters doing many Ajax requests
See original GitHub issueWhen calling yadcf.exResetAllFilters(dt)
many ajax requests are sent in the same time.
From what I see you have 1 request per filter. If you disable redraw you gain 1 request but still have many requests.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Wait until all jQuery Ajax requests are done? - Stack Overflow
If you don't know in advance how many ajax arguments you need to wait for (i.e. ... Do note that it will wait...
Read more >6 Different ways to do Ajax calls in JavaScript - Medium
This article covers the information about the latest list of various options to make AJAX calls. To keep it simple, let's focus on...
Read more >Getting started - Developer guides - MDN Web Docs
This article guides you through the AJAX basics and gives you some simple hands-on examples to get you started.
Read more >jQuery.ajax() | jQuery API Documentation
A set of key/value pairs that configure the Ajax request. ... Cross-domain requests and dataType: "jsonp" requests do not support synchronous operation.
Read more >Multiple Simultaneous Ajax Requests (with one callback) in ...
What's the best way to do that? Ajax calls in jQuery provide callbacks: $.ajax({ statusCode: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please post a link to a test page
On Sat, Apr 20, 2019, 15:35 Nicolas Rodriguez notifications@github.com wrote:
Hi! Can you please reopen this issue?