[jQuery] problem: append('') using evalScript with datatype script and async false is not synchonous

2009-07-29 Thread Benedikt
o set some kind of scope for the remotly called scripts? Thank you in advance Benedikt

[jQuery] problem: append([scrip-tag with source]) using evalScript with datatype script and async false is not synchonous

2009-07-29 Thread Benedikt
o set some kind of scope for the remotly called scripts? Thank you in advance Benedikt

[jQuery] jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
wait-functionality in js, and no, setTimeout it is not...) Greetings Benedikt

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
nach ajax'); With a remote script you will read the console.log before the called script, with a local script the script is evaluated first, before the console.log On Jul 30, 5:59 pm, MorningZ wrote: > Posting sample code of what you think doesn't work would help others >

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
nach ajax'); With a remote script you will read the console.log before the called script, with a local script the script is evaluated first, before the console.log On Jul 30, 5:59 pm, MorningZ wrote: > Posting sample code of what you think doesn't work would help others >

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-31 Thread Benedikt
uld kind of be the callback of the append-function I need, but that would call to early, since ajax for remote scripts seems always async, no matter the inner options call for async: false So the main problem remains: Is it a bug, that ajax for remote scripts is never async: false, or is it just no

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-31 Thread Benedikt
uld kind of be the callback of the append-function I need, but that would call to early, since ajax for remote scripts seems always async, no matter the inner options call for async: false So the main problem remains: Is it a bug, that ajax for remote scripts is never async: false, or is it just no

[jQuery] overwriting document.write() with jQuery's append()

2009-08-05 Thread Benedikt
tIdDocumentWriteShouldAppendTo('#Id2'); document.write('); the second document.write is called, before test.js is finished loading... There it is, your typical raise condition. Hope any one can understand gebrabbel... ;) greetings Benedikt

[jQuery] Re: overwriting document.write() with jQuery's append()

2009-08-06 Thread Benedikt
jQuery.ajax({ url: elem.src, async: false, dataType: "script" }); ... greetings Benedikt On 6 Aug., 14:16, Old Orange Juice wrote: > I hate to be so web 1.0 but perhaps using iframe tags for now to load > the ad's until

[jQuery] Re: overwriting document.write() with jQuery's append()

2009-08-06 Thread Benedikt
jQuery.ajax({ url: elem.src, async: false, dataType: "script" }); ... greetings Benedikt On 6 Aug., 14:16, Old Orange Juice wrote: > I hate to be so web 1.0 but perhaps using iframe tags for now to load > the ad's until

[jQuery] Re: overwriting document.write() with jQuery's append()

2009-08-06 Thread Benedikt
jQuery.ajax({ url: elem.src, async: false, dataType: "script" }); ... greetings Benedikt On 6 Aug., 14:16, Old Orange Juice wrote: > I hate to be so web 1.0 but perhaps using iframe tags for now to load > the ad's until