Here's one:

$ <http://docs.jquery.com/Core/%24>("div.selector").*datepicker*({
  onSelect: function(dateText) {
    alert(dateText);
  }
});

I took it from here:

http://docs.jquery.com/UI/Datepicker/datepicker#options

On Thu, Jan 29, 2009 at 5:37 PM, Miroku <[email protected]> wrote:

>
> Can you make me an example of the onSelect usage please?
> Thank you ^_^
>
> On 29 Gen, 05:07, Ca-Phun Ung <[email protected]> wrote:
> > > Anyway what about the link question?
> > > Can I make the month linkable?
> >
> > To make a day clickable to somewhere of your choice use the onSelect
> > callback.
> >
> > As for the Month label - it's a label not a link. So there is nothing
> > built-in to make the month names clickable.
> >
> > --
> > Ca-Phun Ung
> > +http://yelotofu.com
> > + hongkong, zce, jquery, php, css, html
> >
>


-- 
Ca-Phun Ung
+ http://yelotofu.com
+ hongkong, zce, jquery, php, css, html

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to