Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Eugene Louw
Hi Bruce, I'm looking for exactly looking for the same thing, I would like to be able to blank out certain dates and make them not selectable, but also looking at the calendar as a whole, not just a date picker. I know this is not much help but I will follow this thread closely. Regards,

Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Christopher Jordan
I've resorted to writing my own calendar functions (a mix of JS and ColdFusion) because I needed more than just a date picker. I'll watch this thread too, and see where it goes. :o) Chris Eugene Louw wrote: Hi Bruce, I'm looking for exactly looking for the same thing, I would like to be

Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Bruce McKenzie
I'm glad you guys are watching. I was wondering whether my question was considered trivial by everyone but me. Turns out it is pretty easy to add a callback. I modified the code in datePicker.js, as follows. //Kelvin's code initing datePicker changeMonth: function(d, e){

[jQuery] Using datePicker as a calendar

2007-03-05 Thread Bruce McKenzie
Hello, I'd like to use the excellent datePicker plugin to make a bigger calendar that displays summary data from a database for each day in the month. I've got it working for the first month that displays, but I don't know how to display new data when the user clicks on the previous month or