Hi, I am calling a remote javascript file a need it called synchronously.
jquery's ajax call does not work in this situation... even with async set false remote js-files get called asynchronously... Unfortunatelly callback on complete is no option. (Unless of course one knows a working wait-functionality in js, and no, setTimeout it is not...) Greetings Benedikt