L
L
lastsamurai2018-02-05 13:25:15
JavaScript
lastsamurai, 2018-02-05 13:25:15

Why js is not included?

Merged the template, but js does not work

<script src="js/jquery.min.js"></script>
   <script src="js/jquery.viewportchecker.js"></script>
  <script src="js/jquery.animateNumber.min.js"></script>
   <script src="js/modernizr.js"></script>
    <script src="js/jquery.fancybox.js"></script>
    <script src="js/jquery.maskedinput.js"></script>   
  <script src="js/jquery.countdown.js"></script>
   <script src="js/bootstrap.min.js"></script>
  <script src="feedback/js/feedback.js"></script>
    <script src="js/plugins-scroll.js"></script>
   <script src="js/jquery.mixitup.min.js"></script>
    <script src="js/slick.min.js"></script>
  <script src="ui/1.11.4/jquery-ui.js"></script>

here is what the console says
Failed to load resource: the server responded with a status of 404 (Not Found)
/404. Failed to load resource: the server responded with a status of 404 (Not Found)
test.webstudio.pw/:1 Uncaught SyntaxError: Unexpected token <
    at XMLHttpRequest.z.onreadystatechange (eval at <anonymous> (jquery.min.js:5), <anonymous>:1:297)
2map-marker.png Failed to load resource: the server responded with a status of 404 (Not Found)

What is the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Tsymbal, 2018-02-05
@AlexanderTsymbal

I can't say for sure (few inputs), but judging by the console entry, the site cannot get the "2map-marker.png" image, with which jquery then somehow works, so everything crashes. Look at the network tab in the developer panel, fix all 404 errors and you will be "happier" :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question