> The application does use a lot of event handlers Hm. Using lots of event handlers can certainly slow ya down (depending on your definition of 'lots', of course).
Have you tried disabling them and seeing if the problem still occurs? One easy way to do this would be to redefine whatever you are using to attach the handlers. If that helps, can you take advantage of event bubbling (eg jquery's"delegate") to minimize the number of attached handlers? _jason
_______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com List Archive: http://jsmentors.com/pipermail/jsmentors_jsmentors.com/
