Thanks for the feedback Luke...
>
> Is there any way to use the datePicker with the keyboard? I couldn't
> figure out how to open it without clicking the calendar icon (which I
> couldn't tab to).
>
I can pop up the calendar with the keyboard (in Firefox 2 and IE 6) - I can tab
to it and then press return and it appears. But... This isn't much good because
you can't select dates using the keyboard. It would definitely be nice to have
full keyboard control but it's not a priority for me at the moment (especially
since it will probably add a fair amount to the file size of the plugin).
> When you're building the calendar, you might want to use the DOM methods
> (i.e. $(document.createElement('table')) for creating certain elements
> -- table, thead, tr, etc. --, it's much faster than $('<table></table>')
> in Safari.
>
Cool - thanks for the advise. I've implemented this in the version is svn
(branches\kelvin-dev\plugins\datePicker) and it seems to have given an
approximately 10% speed increase to renderCalendar in the PC browsers. Can you
let me know if it's helped in Safari?
Thanks,
Kelvin :)