Autocomplete is not a function
I have read previous posts that says that the UI files are not loading correctly.
I have tried everything, changing the order etc. Nothing seems to work.
Error occurs when loading the page. Below you will see where I load the various files in the header tag.
<link rel="stylesheet" href="jquery-ui.css" media="screen">
<link rel="stylesheet" href="jquery-ui.min.css" media="screen">
<link rel="stylesheet" href="jquery-ui.structure.css" media="screen">
<link rel="stylesheet" href="jquery-ui.structure.min.css" media="screen">
<link rel="stylesheet" href="jquery-ui.theme.css" media="screen">
<link rel="stylesheet" href="jquery-ui.theme.min.css" media="screen">
<script src="jquery.js"></script>
<script src="script.js"></script>
<script src="jquery-ui.js"></script>