Looks great, Kelvin! Works for me in Safari 2.0 :-)
A couple of suggestions:
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).
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.
Cheers,
Luke
Kelvin Luck wrote:
Hi,
I'd like to announce the beta release of v2 of my datePicker plugin for jQuery.
This release is a complete rewrite which makes the date picker considerably
more powerful and flexible than it previously was. Check out the temporary
project page:
http://kelvinluck.com/assets/jquery/datePicker/v2/demo/
Note, this is currently in beta and may be a little rough around the edges but
I'd love to get some feedback. I've tested in FF2, IE6 and Opera 9 but it would
be good to know if it works in other browsers (particulaly Safari). Plus any
other feedback on extra stuff you'd like adding or bugs you discover,
Cheers,
Kelvin :)