Datepicker not displaying on input

Datepicker not displaying on input

Hi Guys -

I have the datepicker working elsewhere on my site, so I know it isn't a problem loading the files. But when I try to call it on an input, I can see that the class "hasDatepicker" is applied and the dymanic ID is added. But clicking the input doesn't show anything. There are no javascript errors so I'm at a loss here.

Here's my javascript (called in a document ready):
  1. $("#reminder-date").datepicker({ duration: '' });
And here's my HTML:
  1. <input type="text" name="reminder-date" id="reminder-date" />

Any help on this would be greatly appreciated.
Mike