[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
gt; > }); > > The above assumes you name the individual pages like "yy-mm-dd.html", e.g. > today would be 08-12-23.html. Obviously you could be more creative than me > here but that's the basic idea. > > You could get all this info from the documentation aswell. It&#

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
doesn't support this > feature but it is definitely in the works. > Seehttp://jqueryui.pbwiki.com/DatePickerCalendarfor more information on the > direction datepicker is headed. > > On Tue, Dec 23, 2008 at 10:50 PM, sabastian wrote: > > > > > > > I am try

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
doesn't support this > feature but it is definitely in the works. > Seehttp://jqueryui.pbwiki.com/DatePickerCalendarfor more information on the > direction datepicker is headed. > > On Tue, Dec 23, 2008 at 10:50 PM, sabastian wrote: > > > > > > > I am try

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
, I would like a calendar like 'easyjet.co.uk' but I don't know how to make something like this. On Dec 23, 2:43 pm, sabastian wrote: > I am sorry for my incompetence. I am new to javascript. All I want to > do is when a date is chosen in datepicker a person will be > a

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
, I would like a calendar like 'easyjet.co.uk' but I don't know how to make something like this. On Dec 23, 2:43 pm, sabastian wrote: > I am sorry for my incompetence. I am new to javascript. All I want to > do is when a date is chosen in datepicker a person will be > a

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
I am sorry for my incompetence. I am new to javascript. All I want to do is when a date is chosen in datepicker a person will be automatically linked to a webpage, I used google as an example. On Dec 23, 2:35 pm, "Ca-Phun Ung" wrote: > > For instance  $('#datepicker').datepicker({onSelect: funct

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
I am sorry for my incompetence. I am new to javascript. All I want to do is when a date is chosen in datepicker a person will be automatically linked to a webpage, I used google as an example. On Dec 23, 2:35 pm, "Ca-Phun Ung" wrote: > > For instance  $('#datepicker').datepicker({onSelect: funct

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
I am sorry for my incompetence. I am new to javascript. All I want to do is when a date is chosen in datepicker a person will be automatically linked to a webpage, I used google as an example. On Dec 23, 2:35 pm, "Ca-Phun Ung" wrote: > > For instance  $('#datepicker').datepicker({onSelect: funct

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
I am sorry for my incompetence. I am new to javascript. All I want to do is when a date is chosen in datepicker a person will be automatically linked to a webpage, I used google as an example. On Dec 23, 2:35 pm, "Ca-Phun Ung" wrote: > > For instance  $('#datepicker').datepicker({onSelect: funct

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
ke this: > > $('#datepicker').datepicker({onSelect: function(datestr, inst) { > >   // Your code goes here. > > }}); > > On Tue, Dec 23, 2008 at 9:31 PM, sabastian wrote: > > > > > > > Ok, on line 109 in uidatepicker.js I have onSelect: null. > > &

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
Ok, on line 109 in uidatepicker.js I have onSelect: null. How can I change this? On Dec 23, 1:20 pm, sabastian wrote: > could you please write an example for me and show me where it needs to > go and in which file. > > On Dec 23, 12:56 pm, "Ca-Phun Ung" wrote: > >

[jQuery] Re: Can datepicker do individual linking?

2008-12-23 Thread sabastian
, Dec 23, 2008 at 3:47 PM, sabastian wrote: > > > > > Please, can someone inform me if it is possible to have individual > > html links for each date in datepicker. > > > On Dec 22, 7:42 pm, sabastian wrote: > > > For instance if someone chooses 5/5/09 in dat

[jQuery] Re: Can datepicker do individual linking?

2008-12-22 Thread sabastian
Please, can someone inform me if it is possible to have individual html links for each date in datepicker. On Dec 22, 7:42 pm, sabastian wrote: > For instance if someone chooses 5/5/09 in datepicker I would like them > to be linked to one html page. In contrast, if someone chooses 4/2/

[jQuery] Can datepicker do individual linking?

2008-12-22 Thread sabastian
For instance if someone chooses 5/5/09 in datepicker I would like them to be linked to one html page. In contrast, if someone chooses 4/2/09 I would like them linked to another html page. Each day will have it's own individual html page. Is this possible in datepicker?