Downloaded custom with redmond UI, but date-picker is showing as bland...

Downloaded custom with redmond UI, but date-picker is showing as bland...

Not showing the correct theme.
 
I have the following:
 


  1. <link href="/javascript/jquery-ui/css/redmond/jquery-ui-1.7.2.custom.css" rel="stylesheet" type="text/css" />
  2. <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...
 


  1. div class="ui-datepicker" id="potddate" name="potddate"></div>

 

And then call the code...
 

  1. $(function()
  2. $("#potddate").datepicker();
  3. });

But it's not coming up as the redmond theme... what am I doing wrong here???

    • Topic Participants

    • kevin