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?
You didn’t include the
jquery.ui.theme.cssfile. The ones you included are only the base styles. The theme is what adds all the fluff.