i had the same issue and the problem was that i was missing a slash in my path.
i had
and to fix it i only needed to add the slash in between jquery-ui and jquery-ui.min:
<script type="text/javascript" src="js/jquery-ui/jquery-ui.min.js"></script>
hope this helps :D