[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Karl Swedberg

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. :(






[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Karl Swedberg
Um, sorry I didn't answer your question. I ran into the sam problem  
with Interface's ifxscrollto.js. I think it's because Interface  
overwrites a lot of the fx, so it doesn't play nicely with core al  
the time. Someone suggested a little fix in a comment to my previous  
entry on animated scrolling, but it didn't work 100% for me, as I  
explained in my reply:


http://www.learningjquery.com/2007/08/animated-scrolling-for-same- 
page-links


I hope that helps give you some ideas. It's probably better to just  
abandon the Interface scrollto and go with the one in 1.2. It's  
really easy to implement.



--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Sep 16, 2007, at 3:08 PM, Karl Swedberg wrote:


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. :(








[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Piotr Petrus
Thanks Karl, I'll look into that.

To be honest, I don't like Interface at all. I admire knowledge of its
developers and I think that they have done tremendous work which had
to be done – but is this a buggy library… :(

I'm really looking forward to jQuery UI. It should be released today, right? :)
--
Piotr Petrus http://riddle.pl