Sorry John, I didn't know it, I wonder "why" but I could guess the answer ... anyway, I was asking about his own personal unload or beforeunload events.
Now probably I could tell somebody asked me about loops problem in IE6, the lowest browser ... they said it was completely random, I think this could be a possibility to solve theirs stuff, thank you. Kind Regards On Mon, Oct 20, 2008 at 4:52 PM, John Resig <[EMAIL PROTECTED]> wrote: > > Andrea - > > We use onunload to remove any bound event handlers - although this his > been dramatically sped up in the jQuery nightlies. > > --John > > > > On Mon, Oct 20, 2008 at 8:57 AM, Andrea Giammarchi > <[EMAIL PROTECTED]> wrote: > > 1 - Are you using an onbeforeunload or onunload event? > > 2 - why thousands of events instead of one with a simple switch > condition? ( > > if e.target is a button.delete: do stuff ) > > > > > > > > On Mon, Oct 20, 2008 at 1:48 AM, joeformd <[EMAIL PROTECTED]> wrote: > >> > >> I have listings page that uses jquery to attach simple click actions > >> to each item. > >> > >> Each item has a delete button, which when clicked shows a confirm/ > >> cancel dialog. > >> > >> When the page shows a large number of listings (full view on some > >> lists shows between 1000 and 2000), it loads and works fine (after a > >> brief CPU blitz) but when the user tries to close the page or clicks > >> any link, CPU rises dramatically and Firefox locks up. Eventually the > >> 'this script is taking too long' dialog appears - and cites a few > >> different jquery lines each time. > >> > >> It seems to work ok in opera and safari, though my main development > >> platform is Firefox with Firebug, so I've not tested the others so > >> extensively. > >> > >> What part of jquery is running when the browser leaves a page? Any > >> thoughts? > >> > >> Thanks, > >> > >> Joe > >> > >> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
