[jQuery] Re: Get rid of long-running script dialog box ?

2009-09-24 Thread Smeext
Well, first I'd like to thank you for participating in this discussion. To answer Jonathan, you may be right, I am (or was ?) doing modular exponentiations with large numbers. I found out how to slightly improve efficiency, which means my script is a bit faster, a good thing for time-based

[jQuery] Re: Get rid of long-running script dialog box ?

2009-09-22 Thread Jonathan Vanherpe (T T NV)
Machin Pouet wrote: Hello all, I'd like to know if you have a way to disable the long-running script dialog boxes, as one can see many in this article : http://www.nczonline.net/blog/2009/01/05/what-determines-that-a-script-is-long-running/ I can hardly split my processing into smaller

[jQuery] Re: Get rid of long-running script dialog box ?

2009-09-21 Thread Mike Alsup
I can hardly split my processing into smaller chunks I'm sure that's not true. If your script is running so long that it causes the warning dialog to display then you must refactor it.