o set some kind of
scope for the remotly called scripts?
Thank you in advance
Benedikt
o set some kind of
scope for the remotly called scripts?
Thank you in advance
Benedikt
wait-functionality in js, and no, setTimeout it is
not...)
Greetings
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
>
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
>
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
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
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.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.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.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
11 matches
Mail list logo