[jQuery] Queueing and Dequeueing AJAX calls
I want to create a queue of ajax calls to be triggered at a certain
point. But I want to also be able to dequeue calls, so that the user
can 'undo' his decisions.
I seem to think, for some reason, that there is some mechanic like
this in jQuery already; but I'm not sure how it works or where it's at.