Ok, this is how you handle this kind of issue. To get the script files executed at least you need to load the script by adding "if(window.loaded)loaded('yourjavascriptfilenames.js');" at the bottom of your scripts.
e.g
----- lowlifes.js ---
function lowlifes(){
function lowlifes(){
function suckBlood(){
return true
}
Bla bla bla bla
}
if(window.loaded)loaded('lowlifes.js');
------ EOF ---
It works for me and Enjoy
No comments:
Post a Comment