J.H. schrieb:
I noticed that the jQuery 1.2 release broke the ajaxQueue plugin (both
the release and snapshot version of it). More specifically, the error
seems to be related to the change in the dequeue function.

Changing line 72 in the snapshot version from
"jQuery.dequeue( ajax, "ajax" + port );" to
"jQuery([ajax]).dequeue("ajax" + port );" seems to fix it.
Thanks, works!

-- Jörn

Reply via email to