[jQuery] Re: animation is getting slower.

2009-07-17 Thread weidc
yep yep. already got it some mins after my post. working fine without mouseover. thank you. :) On 17 Jul., 13:02, Nick Fitzsimons wrote: > 2009/7/17 weidc : > > > this is my code (js): > > $("#boden").mousemove(function(e) > > > >                $(this).click(function() > > > it is just moving

[jQuery] Re: animation is getting slower.

2009-07-17 Thread Nick Fitzsimons
2009/7/17 weidc : > this is my code (js): > $("#boden").mousemove(function(e) > >                $(this).click(function() > it is just moving a little div in an other div to the point where you > clicked. it works pretty well but after 20-30 clicks the animations > takes some time to fire again