I think it broke the pause plugin too. Glen
On 9/11/07, J.H. <[EMAIL PROTECTED]> wrote: > > > 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. > >