On May 7, 5:05 pm, Emil Ivanov <[EMAIL PROTECTED]> wrote: > Also Stosh, about the query plug-in idea - can you share what exactly > you have in mind..
Emil, For example.... Being able to stack AJAX calls into a queue, so that they are either spaced out or simply don't occur at the same time would be handy. In some respects the end-functionality would simulate a synchronous call, but wouldn't tie up the browser in the course of things. There are other times where based upon what the user is doing I may want to stack a number of requests into a queue and using something like executeEach() (or whatever it may be named) to loop through each call. When you brought up your idea for a periodical executor like that, the idea crossed my mind. If this is something that interests you at all, let me know we can talk about it some more off-list or something. To be honest... I'm not even sure the community has a need for a Queue plugin? Pax, - Stosh