[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread alexander farkas
Hello, instead of: $(".town").live("mousemove",function(ev){ clearTimeout($timeout); $target = ev.target; $timeout = setTimeout("showstuff()", 100);}); try something like this: $('#zoom').bind('mouseover', function(e){ if(e.target.className.indexOf('town') != -1){ $target

[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread geronimo3
Well my browser percentage is more likely to be 70% FF, so it's goin to be a big problem. I even tried reducing the firing rate of my event but that doesn't help either On 23 mei, 14:28, runrunforest wrote: > it crashes me, recommend you find alternative script.  30% of browser > is FF > > On M

[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread runrunforest
it crashes me, recommend you find alternative script. 30% of browser is FF On May 23, 4:12 pm, geronimo3 wrote: > I have someone else saying it too now So I still have this problem > > On 23 mei, 11:01, geronimo3 wrote: > > > Hmm thanks > > > damn then it is something with my FF then > > I use

[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread geronimo3
I have someone else saying it too now So I still have this problem On 23 mei, 11:01, geronimo3 wrote: > Hmm thanks > > damn then it is something with my FF then > I use 3.0.10 btw > > On 23 mei, 10:58, waseem sabjee wrote: > > > I just opened it up in FF3. working well. no crash. > > > On Sat,

[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread geronimo3
Hmm thanks damn then it is something with my FF then I use 3.0.10 btw On 23 mei, 10:58, waseem sabjee wrote: > I just opened it up in FF3. working well. no crash. > > On Sat, May 23, 2009 at 10:49 AM, geronimo3 wrote: > > > I can't figure out how i can improve the speed in my dolumap in FF. >

[jQuery] Re: FF3 really slow on a mousemove with lots of divs (more then 5000)

2009-05-23 Thread waseem sabjee
I just opened it up in FF3. working well. no crash. On Sat, May 23, 2009 at 10:49 AM, geronimo3 wrote: > > I can't figure out how i can improve the speed in my dolumap in FF. > All other browsers seem to do a bit well at least. > > It seems to crash all the time as soon as I mouseover a colored