Answer the question
In order to leave comments, you need to log in
Why is javascript not loading?
Uploaded to website server. All scripts work except one "super.js".
<script type="text/javascript" src="/App_Themes/standart2/js/jquery.min.js"></script>
<script type="text/javascript" src="/App_Themes/standart2/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/App_Themes/standart2/js/super.js"></script>
<script type="text/javascript" src="/newfiles/calendar/js/jquery-ui.js"></script>
<script type="text/javascript" src="/newfiles/calendar/js/jquery.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery-1.11.1.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery.easing-1.3.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery.easing.compatibility.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery.jcarousellite.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery.jcarousellite.min.js"></script>
<script type="text/javascript" src="/newfiles/slider/script/jquery.mousewheel-3.1.12.js"></script>
Answer the question
In order to leave comments, you need to log in
How to correctly specify the paths to the files?
Scripts do not work when transferring a project to the network?
Why produce topics?
1. - check if the file exists. Does the html page link to it.
2. Go learn JavaScript. Look for errors in your super.js file,
most likely you made a mistake in it.
try adding your script after the last script, maybe there is a dependency on jquery, and until it loads, the script may not work.
<script type="text/javascript" src="/../../jquery.js"></script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question