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

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

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

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

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

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

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

2009-08-05 Thread Benedikt
); setIdDocumentWriteShouldAppendTo('#Id2'); document.write('script src='http://remote.url/test2.js'/script); 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: jquery.ajax with async=false is not synchronous with remote files

2009-07-31 Thread Benedikt
, 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 not possible and therefore wasted time to look into? Greetings Benedikt On Jul 30, 7:24 pm, Maxim Slavutsky maxim.slavut...@gmail.com

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

2009-07-31 Thread Benedikt
, 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 not possible and therefore wasted time to look into? Greetings Benedikt On Jul 30, 7:24 pm, Maxim Slavutsky maxim.slavut...@gmail.com

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

2009-07-30 Thread Benedikt
-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
, with a local script the script is evaluated first, before the console.log On Jul 30, 5:59 pm, MorningZ morni...@gmail.com wrote: Posting sample code of what you think doesn't work would help others help you On Jul 30, 11:37 am, Benedikt bplet...@googlemail.com wrote: Hi, I am calling a remote

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

2009-07-30 Thread Benedikt
, with a local script the script is evaluated first, before the console.log On Jul 30, 5:59 pm, MorningZ morni...@gmail.com wrote: Posting sample code of what you think doesn't work would help others help you On Jul 30, 11:37 am, Benedikt bplet...@googlemail.com wrote: Hi, I am calling a remote

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

2009-07-29 Thread Benedikt
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
of scope for the remotly called scripts? Thank you in advance Benedikt