jquery-ajaxQueue
                                
                                 jquery-ajaxQueue copied to clipboard
                                
                                    jquery-ajaxQueue copied to clipboard
                            
                            
                            
                        Feature Request
I wish we have two things:
- The ability to name a queue, so we can use multiple queues at the same time.
- New calls added to a queue cancel any previously queued calls, that are not sent yet.
Possible?
Regards
- 
Seems like a good idea. :+1: Was kinda planning on doing this in the next release. 
- 
Perhaps having a "clear ajax queue" call would be nice too, any opinion on how the api for that might work? 
Thank you for your reply,
Let's have a new option, if it's enabled for a queue, a new ajax call will cancel all unsent previous calls. This will be helpful when we save fields on the fly. In for example a text field, whenever you press a key, a new AJAX request will be queued, and the final result is that we have tens of queued ajax calls for the very same field in a form. So it makes sense to cancel all the previous calls.
Regards
The scenario I've written about is a real life example, I hope I convinced you to implement it.
Ditto to both of these requests!
Thanks, I'll test and get back to you.
Seems, like not updated yet?
Oh, I meant to say I'd like to see both of these happen, too, @Milad.
Ah, sorry. I thought you are the developer. OK, thanks for seconding my suggestion.
Hello
Any update on this?
Regards
Yeah - Sorry, This last 3 months or so has been absolute chaos for me and I haven't had much free time to add this, though I'm pretty sure I know what I want to do for it now, I hope to be able to get to it sometime in the middle of this month after I move
Hi gnraf
Any news?
Regards
Interesting, I just saw your post after I resolving multi queues. I have the same need for this multi queue thing. so I decide modify the source code. it's not difficult.
if you are interesting, you can see my change
how to cancel any previously queued calls ?