JQuery UI datepicker - breaks when using UI Themes
I have been trying to use the datepicker in a project using the
official jQuery UI plugin.
I had it working just fine using the example code, but when injecting
it into my main code it stopped working.
I tracked it down to the following:
When I include the following script (generated by the jQuery UI Theme
Roller), the datepicker stops working!
<script type="text/javascript" src="script/jquery-ui-
personalized-1.6rc6.js"></script>
I have no clue why!
Anyone have any ideas how to resolve this? How do I submit this as a
bug?
Is the datepicker at http://keith-wood.name/datepick.html any better?
and does anyone have some simple working code using this plugin? where
all resources used are included in the zip.
I didn't manage to get the sample code on the site at
http://keith-wood.name/datepickBasics.html
to function locally.
Kristian