jQuery UI datepicker performance
Posted
by Richard Ev
on Stack Overflow
See other posts from Stack Overflow
or by Richard Ev
Published on 2010-06-07T16:48:43Z
Indexed on
2010/06/07
16:52 UTC
Read the original article
Hit count: 447
I have a textbox on my web page that is used to specify a date, so I'd like to use the jQuery DatePicker. However, most of my users are locked into using IE6 and the performance of the jQuery DatePicker is a little sluggish in this browser.
Can anyone recommend an alternate JavaScript date picker, or any means of improving the display performance of the jQuery DatePicker?
© Stack Overflow or respective owner