[jQuery] unsubscribe
[jQuery] unsubscribe
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>unsubscribe
</div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">----- Original Message ----
From: Karl Rudd <karl.rudd@gmail.com>
To: jquery-en@googlegroups.com
Sent: Wednesday, July 16, 2008 9:35:59 PM
Subject: [jQuery] Re: ajax queue/stack aka fifo/lifo
No stack or queue built into the jQuery "wrappers" around AJAX. It's
asynchronous so queuing it, by default, would turn it into a kind of
synchronous process, removing one of the features/advantages.
Having said that there are a few plugins that might help you manage
things, two of which are:
Ajax Manager (block, abort, queue, synchronize)
<a href="http://plugins.jquery.com/project/AjaxManager" target="_blank">http://plugins.jquery.com/project/AjaxManager</a>
Ajax Queue
<a href="http://plugins.jquery.com/project/ajaxqueue" target="_blank">http://plugins.jquery.com/project/ajaxqueue</a>
Hope that helps.
Karl Rudd