datepicker beforeShowDay and css
Have been working the last 2 days in a availability calendar with ui
datepicker.
The code is working as expected but the theme interfere somewhere in
the classes added dynamically.
If we change the last line in a cycle (ex: "return [true,
'desocupa' ];" to "return [false, 'desocupa' ];" ) the styles change.
look at http://www.realferias.com/datepik.asp?cod_casa=15 go to
february and look at the classes generated by the array objects.
my css:
.ocupa{background-color:#FF6666;}
.desocupa {background-color:#33CC33; }
.transita_1 {background-image:url('/images/transita_fundo.GIF')}
Something about the selectable true/false. I know somebody can help
me.