Issues with Datepiccker and js files

Issues with Datepiccker and js files

I want to load the js files onto my server. Using your server is very slow. The following are required:


  1. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>


However, when downloading from JQUERYUI, jquery-1.12.1.js is not included. Using a previous version like 1.11.2 doesn't work.

The CSS and jquery-ui files that came with the download also don't seem to work.

Bottom line.  What files , and where can I get them do I need in my server.

EDIT

Per instructions on site I tried the following with no results

  1. <link rel="stylesheet" href="styles/query-ui.min.css">
    <script src="js/jquery.js"></script>
    <script src="js/jquery-ui.min.js"></script>