Just put it anywhere you want -- an existing css file that you load, a
new css file, an inline style tag.
For example, add this to the head section of your document and you
should be good to go
<style type="text/css">
td.ui-datepicker-current-day { border: 1px solid red; }
</style>
Hth,
Dave
On Oct 20, 4:10 pm, Bronson <[email protected]> wrote:
> I'm sorry but i still run sometimes into difficulties to code with
> jQuery. So where and how u apply the style datepicker-current-day, i
> understood the td.ui-datepicker-current-day { border: ...; } coding in
> style sheet.
>
> Again sorry but ... newbie
>
> Thks so much for your hand
>
> Bronson
>
> On 20 oct, 19:39, Fontzter <[email protected]> wrote:
>
> > You could probably just add your own style to the class td.ui-
> > datepicker-current-day like this
>
> > td.ui-datepicker-current-day { border: ...; }
>
> > Hth,
>
> > Dave
>
> > On Oct 20, 11:48 am, Bronson <[email protected]> wrote:
>
> > > Hi every body,
>
> > > I would like to thick-border a the date selected with :
> > > onSelect: function(dateText, inst) {
> > > var a = dateText.split("/");....
>
> > > })
>
> > > I can't figure out any code for doing this.
>
> > > Any help would be appreciated!
>
> > > Many thks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---