Fri 21 Dec 2007
Hello again, this is my first script for JQuery (another javascript framework),
its a calendar or datepickers like my last javascritps calendar for mootools.
You can see a example here
If you have a suggestions , please comments , thanks!
23 Responses to “Calendar for JQuery (Datepicker)”
Leave a Reply
You must be logged in to post a comment.

October 5th, 2007 at 12:25 pm
Congratulations and thanks a lot!
October 9th, 2007 at 9:05 am
Looks nice.
One suggestion that I have relates to the arrows and red ‘X’. Their positions change based on the text width of the month/year. It would be more usable if the positions remained constant.
October 10th, 2007 at 10:56 pm
This is great! But I wish you had a zip to download it and its images.
Thanks for the work anyway.
October 12th, 2007 at 1:55 pm
Rob:
Good suggestion, i will do it.
ED:
Yes, good idea, i will to do a zip with js and images.
October 17th, 2007 at 12:40 pm
November month is bug, i click in 4/11/2007 and show me 03/11/2007 i need repair this bug, please help me !
tanks
October 17th, 2007 at 5:41 pm
With firefox work ok, i will try with IE
October 17th, 2007 at 5:42 pm
i dont know, but its working ok, did you change anything ?
October 29th, 2007 at 3:08 pm
just one comment there are 32 days months.
October 29th, 2007 at 4:15 pm
what?
October 30th, 2007 at 5:33 pm
Beautiful, but I found a bug. In Safari 2 on 10.4.10 I get a bug where the calendar jumps from Nov 2007 to January 2008 (December is missing). Probably related is that once I’ve got to Jan 2008, I can’t go backwards. Works fine in FF. Really like the look though!
October 31st, 2007 at 1:05 pm
Hi, I didnt know it, i havent safari but i will to install in my pc and try it.
Thanks for your suggestions!
November 12th, 2007 at 12:34 pm
Very nice work, thanks alot for that!
there is just one thing i couldnt solve by now. i need to know the id of the input field where i insert the date… couldnt find out how to get this so if you could help me i would be very pleased!
keep up the great work,
greetings
Moritz
November 18th, 2007 at 4:03 pm
Hello,
This is a good pluggin. Thanks for that.
May i suggest an improvement ?
It would be helpful to be allowed to choose the year. Because, unfortunately, the dates i need to pick in the calendar are several years ago. Clicking on the arrows can take a while.
Thanks anyway.
November 24th, 2007 at 1:04 pm
Yes, good idea, i need now something like thats, Im going to do that.
December 7th, 2007 at 12:39 pm
Hallo,
great script!
Where can I get the ZIP with the images?
Bye
Özi
December 7th, 2007 at 3:19 pm
Hallo,
here are the data for german language
lng[\’de\’] = {
month : [\’Januar\’,\’Februar\’,\’März\’,\’April\’,\’Mai\’,\’Juni\’,\’Juli\’,\’August\’,\’September\’,\’Oktober\’,\’November\’,\’Dezember\’],
day : [\’S\’,\’M\’,\’D\’,\’M\’,\’D\’,\’F\’,\’S\’],
first: 1 // First day of week => Monday
};
December 7th, 2007 at 3:25 pm
Here are the data in turkish:
lng[’tr’] = {
month : [’Ocak’,'?ubat’,'Mart’,'Nisan’,'May?s’,'Haziran’,'Temmuz’,'A?ustos’,'Eylül’,'Ekim’,'Kas?m’,'Aral?k’],
day : [’P',’P',’S',’Ç’,'P’,'C’,'C’],
first: 1 // First day of week => Monday
};
December 8th, 2007 at 11:53 pm
oh thanks!! im going to do a new version with a new languages.
Also …
I must to do a zip with images and js
December 22nd, 2007 at 9:20 pm
Hi,
We wanted to use this widget for our site, but as of now it still has 32 day months… Checked it out in FF2.x
December 22nd, 2007 at 9:23 pm
what month?
April 11th, 2008 at 8:47 am
Great post, just like always. When I’m entering your blog I’m always sure I won’t regret it. Continue writing.
May 5th, 2008 at 3:41 pm
It doesn’t work at all if you need more than one calendar for page.
May 11th, 2008 at 12:58 am
Very nice
btw very good tips i will use some of them. Some i did not knew.