On Mon, Oct 19, 2009 at 2:29 PM, Andrew243 <m...@andrewcampbell.us> wrote:
> > Hi Charlie, > > The Google link works -- thanks, I did not understand how to contruct > the Google URL from their site. > > What URL can I use to link to datepicker? > For the jQuery UI Datepicker, you'll need jQuery, jQuery UI, and a theme: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js "></script> <script src=" http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js "></script> <link href=" http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> You can change /base/ in that last line to any of the theme names in the ThemeRoller gallery ( http://themeroller.com/ ). Here are some examples: Sunny Theme: http://jsbin.com/evanu Flick Theme: http://jsbin.com/utito Humanity Theme: http://jsbin.com/oviwa and also if you want to preview all the different themes: Themeswitcher: http://jsbin.com/ifine If you have any more questions about the jQuery UI Datepicker plugin, note there's a dedicated list for jQuery UI questions: http://groups.google.com/group/jquery-ui Thanks. - Richard