Hi Piotr,
I just posted an entry on learningjquery.com that shows how to do the
animated scrolling with jQuery 1.2 -- without any plugins. This is
made possible by jQuery core's extended fx module and its subsumption
of the Dimensions .offset() method. Feel free to take a look:
http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Sep 16, 2007, at 2:43 PM, [EMAIL PROTECTED] wrote:
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. :(