engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Calendar popup not displaying #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
FireFox: 7.0.1
Windows: 7
datePicker:$Id: jquery.datePicker.js 3739 2007-10-25 13:55:30Z kelvin.luck $

I've added the code to a simple test page to work out any issues before adding 
it to the site.

When I click on the calendar icon, the month/year show and the change year 
symbols "<<<" and ">>>" up below the div containing the form. (see image 
attachment). It does not show the calendar.

I added the suggest code to show the icon instead of the "Choose Date" text.

I've also attached the code from the form.

Original issue reported on code.google.com by SloanThrasher on 5 Nov 2011 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago
I think that you just forgot to install the CSS file which is necessary to make 
the calendar look correct (and which also replaces the link with an image). Did 
you download and link a copy of 
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/styles/datePicker.css
 in your page? In that file you will also see a note about how you probably 
want to style a.dp-choose-date (the calendar icon) as well...

Original comment by kelvin.l...@gmail.com on 7 Nov 2011 at 9:26