edited: Localhost won’t call local external JS files
-
I’m running 3.0 RC2 on a localhost. I can’t call any external javascript files. If I try the whole script tag disappears in the output. Hosted external files will work fine.
Works:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Outputs blank:
<script type="text/javascript" src="js/jquery.infieldlabel.min.js"></script>
Any ideas?
- The topic ‘edited: Localhost won’t call local external JS files’ is closed to new replies.