Hi there,

I'm trying to write a plugin for the SmugMug JSONP API. One quirk is
that they require a SessionID. So prior to asking for any data the
initial JSONP call for the SessionID has to be returned.

I think the AJAXQueue plugin (http://dev.jquery.com/~john/plugins/
ajaxqueue/) would be a perfect fit. Unfortunately the plugin throws
and error:
FireBug Console output:
jQuery.dequeue is not a function
   complete()ajaxqueue (line 12)
   complete()jquery.js (line 2790)
   onreadystatechange(5)jquery.js (line 2740)
[Break on this error] jQuery.dequeue( jQuery.ajaxQueue, "ajax" );

I'm not quite certain what would cause this and if it is a problem for
my case at all.

Any help is appreciated.

Reply via email to