timcharper / calendar_date_select

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others)
http://code.google.com/p/calendardateselect/
Other
409 stars 179 forks source link

Available Dates / hours #41

Open jdell64 opened 10 years ago

jdell64 commented 10 years ago

Does your plugin support available dates or times?

Say I have a db table that has dates and times available for that day, can I specify that days that are available have a particular "available" class for css styling? anything without it is greyed out?

I apologize if this exists. If it doesn't, I think it is a great feature request. jqueryui half-way provides this, but is very difficult to implement ajax requests with it (to get the hours for the day selected).