N
N
nickname7772014-12-02 14:11:43
JavaScript
nickname777, 2014-12-02 14:11:43

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

3 answer(s)
I
Ivan Filatov, 2014-12-02
@NYMEZIDE

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.

F
facir, 2014-12-02
@facir

try adding your script after the last script, maybe there is a dependency on jquery, and until it loads, the script may not work.

A
Alexander Sharomet, 2014-12-04
@sharomet

<script type="text/javascript" src="/../../jquery.js"></script>

1. jquery is connected first.
2. Why do you need so much jquery?
3. You either specified the wrong path or the file is not in this folder

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question