[jQuery] Re: deferring script loading

2008-04-20 Thread Christof Donat
Hi, > Thanks, it seems to have worked:-) > I suppose it doesn't harm to set the time interval to a value greater > than 10, right? Of course not. That just increases the time between the moment, jQuery is available and the moment your code is evaluated. It should still work of course. Christo

[jQuery] Re: deferring script loading

2008-04-19 Thread gregarious
Thanks, it seems to have worked:-) I suppose it doesn't harm to set the time interval to a value greater than 10, right? Thanks again Francesco On Apr 19, 8:56 pm, Christof Donat <[EMAIL PROTECTED]> wrote: > Hi, > > > Is it possible, somehow, to defer the execution of the first script to > > aft

[jQuery] Re: deferring script loading

2008-04-19 Thread Christof Donat
Hi, > Is it possible, somehow, to defer the execution of the first script to > after the loading of jquery? Alternatively would it be possible to > anticipate the loading of jquery without placing it before the failing > script? > > Any help would be very appreciated. You could try something lik