I am supposed to put the following in my html page
- <link rel = "stylesheet" href = "jquery-ui.min.css" >
- <script src="external/jquery/jquery.js"></script>
- <script src="jquery-ui.min.js"></script>
I am supposed to find this in the index.html page howeverall I can find is the stylesheet?
Anyone know what I could be missing?
Thanks,