[jQuery] Re: Calendar with jQuery or pure JavaScript??

2009-01-30 Thread James Hughes
uery examples knocking around out >there. From: jquery-en@googlegroups.com on behalf of AndreMiranda Sent: Fri 30/01/2009 09:59 To: jQuery (English) Subject: [jQuery] Re: Calendar with jQuery or pure JavaScript?? Hi James!! I already use DatePicker in

[jQuery] Re: Calendar with jQuery or pure JavaScript??

2009-01-30 Thread AndreMiranda
Hi James!! I already use DatePicker in my project and it will be associated with my Schedule. I will have to make a daily schedule, for example, with hour starting at 00:00h and ending at 23:00h and associate events with it, like "lunch with Paulo at 14:30h" and so on... It will be a hge cha

[jQuery] Re: Calendar with jQuery or pure JavaScript??

2009-01-30 Thread James Hughes
I guess if you are competent in both it's doesn't really matter though I'd think jQuery would be better as you'd have less cross browser incompatabilites to deal with etc. Also I'd look at the Date Picker in jQuery UI (http://jqueryui.com/demos/datepicker/inline.html). I have played/hacked