[jQuery] Re: Changing the Cell Colors in DatePicker

2009-04-29 Thread Code Daemon
Thanks, this works. Before using the attr() method, I was trying to use removeClass ().addClass(). This worked to remove the formatting the previous class had made, but the class I was trying to add had no effect. On Apr 29, 1:46 am, MOZ wrote: > Try > $(this).css({'background-color':'', 'c

[jQuery] Re: Changing the Cell Colors in DatePicker

2009-04-29 Thread MOZ
Try $(this).css({'background-color':'', 'color':''}); http://docs.jquery.com/CSS/css#namevalue On Apr 29, 11:40 am, Code Daemon wrote: > I've tried to two different datepicker scripts and what I'm trying to > do is hilite which dates satisfy a certain condition. > > For example, when the page