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 next month link.
I think what I need to do is either insert a function into datePicker.js that makes an Ajax call, then call that function from the built-in changeMonth function. Or extend jQuery.datePicker with a new method that includes changeMonth. I'm not clear on how to do either -- or whether there's a better way. Thanks, Bruce http://www.2MinuteExplainer.com _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
