[jQuery] Re: How to uninstall the

2008-10-07 Thread Kynn Jones
Thanks for your suggestion! (And sorry for the botched subject line!) Kynn On Tue, Oct 7, 2008 at 8:03 AM, Rene Veerman <[EMAIL PROTECTED]> wrote: > > add a global variable somewhere that your onready callback checks? if true: > execute, if false:dont. > then manipulate that global var instead

[jQuery] Re: How to uninstall the

2008-10-07 Thread Rene Veerman
add a global variable somewhere that your onready callback checks? if true: execute, if false:dont. then manipulate that global var instead of the callback itself? Kynn Jones wrote: I have a jQuery-based script that performs some updates on the current page (using the load method), and eventu