If i have a file system like:
project -> public -> js -> myfile.js
If i call getScript() in myfile.js where does it look at first? Is this generally true for other things?
For example if I call getScript("myotherfile.js") and myotherfile.js is in the js folder would that be sufficient to access myotherfile.js?
Does the getscript call from my html document or myfile.js?