Hi every body,

My today's question is : how can i set id attribute, with jquery, to
the td width ui-datepicker-current-day css attribute or how can i
select the prev td to thickborder it also?

Thks for your answer.

On Oct 21, 11:36 pm, bronson <jean.roub...@gmail.com> wrote:
> Oups sorry it does perfectly work, sorry, sorry.
>
> Now do u know a way to thickborder the all td for the current week ?
>
> On 21 oct, 23:25, bronson <jean.roub...@gmail.com> wrote:
>
>
>
> > Hi Dave,
>
> > Thks u for your answer but unfortunetly it doesn't work.
>
> > Regards
>
> > On 20 oct, 23:10, Fontzter <dmfo...@gmail.com> wrote:
>
> > > 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<pa...@capfiassocies.fr> 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 <dmfo...@gmail.com> 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<pa...@capfiassocies.fr> 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 jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to