Datepicker Theme and Links
Hi everyone,
I'm a new user of jQuery UI and the first app I'm trying is
Datekeeper.
I made a theme suitable with my site with themeroller but when I
download and paste everything in my site I don't get the exact result
I saw in the theme preview.
Here is the theme I want:
http://www.phyrosia.com/cose/datepicker-want.jpg
Here is the result I get:
http://www.phyrosia.com/cose/datepicker-get.jpg
Why do my header and day name and corners are different?
The code for my datepicker is simply
$(#div_name).datepicker();
because I want an inline one.
Another strange thing is: demos show me that default mode is without
month and year menu but my default isn't so, to remove the menus I got
to write "changeMonth: false, changeYear: false" in the options but,
even if the menus are gone, my header is still not as I want it =\
Now the second question:
how do I customize the link of the days and the month?
For example I want to make a link like "thispage.php?
year=yyyy&month=mm&day=dd"
Hope you guys will help me ^^;
Thanx in advance