[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-02 Thread Brandon Aaron
And here is the link: http://cherne.net/brian/resources/jquery.hoverIntent.html -- Brandon Aaron On 4/2/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: Kristinn, You might want to checkout the hoverIntent plugin. It should help cut down, if not eliminate, the crazy queuing you are seeing. -- B

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-02 Thread Brandon Aaron
Kristinn, You might want to checkout the hoverIntent plugin. It should help cut down, if not eliminate, the crazy queuing you are seeing. -- Brandon Aaron On 4/2/07, Kristinn Sigmundsson <[EMAIL PROTECTED]> wrote: Ok thats good. I have another question concerning the animations above, in the

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-02 Thread Kristinn Sigmundsson
Ok thats good. I have another question concerning the animations above, in the previous jQuery version the animation queued correctly but it caused another wierd issue as posted above: "Another thing I noticed in this very simple test is that this code queues the animation, so moving the pointer

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-01 Thread John Resig
That's correct, there's a ticket open on that and I'm working to fix it. --John On 4/1/07, Kristinn Sigmundsson <[EMAIL PROTECTED]> wrote: Hi there jhon, I downloaded the latest version * $Date: 2007-03-25 22:06:50 -0400 (Sun, 25 Mar 2007) $ * $Rev: 1596 $ and applied it to my little test,

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-01 Thread Kristinn Sigmundsson
Hi there jhon, I downloaded the latest version * $Date: 2007-03-25 22:06:50 -0400 (Sun, 25 Mar 2007) $ * $Rev: 1596 $ and applied it to my little test, and it seems to have a bug. The problem seems to be animate, it doesn't queue animations on the same object it just shuts down. test it on http:/

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-01 Thread John Resig
I think it does use display: block; That's correct. This has already been resolved in SVN and will be released in jQuery 1.1.3. --John

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-01 Thread rolfsf
I think it does use display: block; If I add the following css to your page it doesn't do that: img {float: left; margin: 5px;} hr {clear: both;} Not sure how you can work around that though Rolf Kristinn Sigmundsson wrote: > > > Hi there, > > using this code > $("img").hover(fun