[jQuery] Re: Unload issue with Firefox

2009-01-30 Thread dberthia
Thanks, Ricardo. I'll give that a look. On Jan 30, 12:31 pm, Ricardo Tomasi wrote: > jQuery will remove all event handlers on unload to avoid memory leaks. > > You should consider event delegation, see the docs for > live():http://docs.jquery.com/Events/live > It will speed up your loading/unlo

[jQuery] Re: Unload issue with Firefox

2009-01-30 Thread Ricardo Tomasi
jQuery will remove all event handlers on unload to avoid memory leaks. You should consider event delegation, see the docs for live(): http://docs.jquery.com/Events/live It will speed up your loading/unloading times considerably. cheers, - ricardo On Jan 30, 2:58 pm, dberthia wrote: > I've got