I wonder why my jquery datepicker is not able to find css styles. It works but it doesn't have any css style and looks terrible.
<link rel="stylesheet" href="/Styles/css/ui-lightness/jquery.ui.all.css">
<link rel="stylesheet" href="/Styles/css/ui-lightness/jquery.ui.datepicker.css">
<script src="/Scripts/jquery-1.7.2.min.js"></script>
<script src="/Scripts/jquery.ui.core.js"></script>
<script src="/Scripts/jquery.ui.datepicker.js"></script>
Probably I forgot something?
/Styles/css...instead of justStyles/css...Putting a dash like that has special meaning which I doubt you intended to use. – holodoc Jul 11 '12 at 20:05