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 = e.target;
                showStuff();
        }
});

On May 23, 2:48 pm, geronimo3 <jeroom...@gmail.com> wrote:
> 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 <craigco...@gmail.com> wrote:
>
> > it crashes me, recommend you find alternative script.  30% of browser
> > is FF
>
> > On May 23, 4:12 pm, geronimo3 <jeroom...@gmail.com> wrote:
>
> > > I have someone else saying it too now So I still have this problem
>
> > > On 23 mei, 11:01, geronimo3 <jeroom...@gmail.com> 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 <waseemsab...@gmail.com> wrote:
>
> > > > > I just opened it up in FF3. working well. no crash.
>
> > > > > On Sat, May 23, 2009 at 10:49 AM, geronimo3 <jeroom...@gmail.com> 
> > > > > 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 div.
> > > > > > (Well it just starts lagging too much)
>
> > > > > > I wouldn't recommend opening this when you have other FF tabsor
> > > > > > windows open it will most certainly crash.)
>
> > > > > >http://dolumar.225mb.com/dolumap/test/(Iwouldn'trecommendopening
> > > > > > this when you have other FF tabs or windows open it will most
> > > > > > certainly crash.)
>
> > > > > > or if i reduce the divs it works a bit better
>
> > > > > >http://dolumar.225mb.com/dolumap/test/?max=500

Reply via email to