is there any light weight javascript date picker

Posted by Zain Shaikh on Stack Overflow See other posts from Stack Overflow or by Zain Shaikh
Published on 2010-03-27T09:05:51Z Indexed on 2010/03/27 9:13 UTC
Read the original article Hit count: 437

Filed under:
|

I am using JQuery Date picker, but it is too much heavy, the minified version of ui.datepicker.min.js is of 44 KB. the images of datepicker have their own weigh. the jquery framework is of 59 KB. and total images on page are of around 80 KB the total html of page is around 70 KB and the css file size is around 72 KB. and much more, and all the things go upto 600 KB. which is 0.6 MB.

do you think user will wait for 600 KB to be downloaded in the browser? it may take upto 8 - 10 secs. and I dont think that user will wait for such long time.

I want to keep my website light weight. is there any light weight javascript date picker.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about datepicker