Jquery Datepicker with online template
I'm using a template found at
https://html5up.net/future-imperfect
The template contains the following scripts declared
- <script src="../scripts/js/jquery.min.js"></script>
- <script src="../scripts/js/browser.min.js"></script>
- <script src="../scripts/js/breakpoints.min.js"></script>
- <script src="../scripts/js/util.js"></script>
- <script src="../scripts/js/main.js"></script>
If i copy and paste the code for the calendar found on that page (expand View Source) it doesnt display the calendar. If i remove the declaration
- <script src="../scripts/js/jquery.min.js"></script>
then it displays.
The DatePicker is using these two Jquery files
I cant tell what version of Jquery the template uses, How could i have both the template and the DatePicker use the correct Jquery (preferably latest version) scripts without having any issues on either the template or datePicker?