Let's say I want to display a datepicker. This datepicker represents a disponibility calendar from an hotel room. Knowing this, I want before displaying fetch data from the server to know the disponibility (I know how to do this).

My question is: How can I change the css to show dates with disponibility different from the ones that doesn't have?.

Second Question: How can I disable clicking those ones that doesn't have rooms available.

Example: JetSetter calendar

link|improve this question

58% accept rate
feedback

1 Answer

You can check this page to disable the days you want :

http://davidwalsh.name/jquery-datepicker-disable-days

link|improve this answer
the example in the page is not working davidwalsh.name/dw-content/jquery-datepicker.php – gvalero87 Jul 24 '11 at 22:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.