Sorry folks...another new guy question...
I'm using datepicker targeting a div element to make it an inline
datepicker. I can apply styles using CSS just fine. When executing
something like this, we have a problem:
$("#calendar").datepicker();
$("#calendar TD.ui-datepicker-days-
cell:contains('15')").addClass("className");
It works great, but when I click on a date, the formatting on the 15th
is lost. I tracked it into the code, but I couldn't figure out what
was going on.
I have tried reapplying the class in the onSelect function, but that
doesn't seem to matter.
Again, am I missing something simple? Is there a better approach to
highlighting specific days (ie: { 1, 15, 20, 25 })??
--- Jim ---
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---