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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
