[jQuery] 1.1 → 1.2. Interface's problems with jQuery.dequeue

[jQuery] 1.1 → 1.2. Interface's problems with jQuery.dequeue


Hi
I get error when using ifxscrollto.js (ScrollTo effect) concerning
jQuery.dequeue.
jQuery.dequeue is not a function
    jQuery.dequeue(z.e, 'interfaceFX');
I even downloaded new Interface 1.2 but the problem is still there.
jQuery compat. plugin doesn't solve this mystery.
I tried doing this (in this plugin):
z.clear = function(){
    clearInterval(z.timer);z.timer=null;
    if (jQuery.dequeue) {
        jQuery.dequeue(z.e, 'interfaceFX');
    }
};
It erases error message, but also ability to excute animation again. :(