I'm totally new at javascript... and I've encountered a problem.
I wanted to use this script on my site but because of some reasons I can't host the js and css file on my own site.
So I tried uploading the files onto a filehost and replaced the original script
<script style="text/javascript" src="file.js"></script>
with this
<script style="text/javascript" src="http://filehost.com/file.js"></script>
And it doesn't work.
So is there a way to load my js file from an external filehost and not from the localhost?
And if there is no way to do that, where should I place the script and css?
Thanks in advance!



