<script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery-ui-1.10.4.custom.min.js"></script> <script type="text/javascript" src="js/allscripts.js"></script> <script type="text/javascript" src="js/myscript.js"></script> 

Where there might be a wrong connection

  • Only in the ways there can be a problem. Or jquery.js file is empty. lol - mountpoint
  • Based on the question, your js files should be in the js folder - check. Also what does misplaced mean? What does not work? More specifically, the question must be put! There may also be a problem with jQuery versions - soledar10

1 answer 1

It all depends on how you call the file with jquery (you could call it whatever you like) and where you put it. Use cdn.

Whenever possible, use libraries that are stored in Google, since they are already cached by most users and will load faster.

Just write:

 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>