Downloaded custom with redmond UI, but date-picker is showing as bland...
Not showing the correct theme.
I have the following:
- <link href="/javascript/jquery-ui/css/redmond/jquery-ui-1.7.2.custom.css" rel="stylesheet" type="text/css" />
- <script src="/javascript/jquery-ui/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
Under the redmond directory is the images folder.
I created my datePicker...
- div class="ui-datepicker" id="potddate" name="potddate"></div>
And then call the code...
- $(function()
- $("#potddate").datepicker();
- });
But it's not coming up as the redmond theme... what am I doing wrong here???