jQuery: datepicker alternative

2020-05-21 04:34发布

Is there a better, smaller alternative to the jQuery datepicker? The ui.datepicker.js has app. 70kb which is pretty huge imo. Could it be compressed?

4条回答
手持菜刀,她持情操
2楼-- · 2020-05-21 05:02

It's not smaller in terms of file size, but arguably "better" is the Any+Time™ DatePicker/TimePicker AJAX Calendar Widget, which is probably the fastest, easiest and most feature-laden date/time picker available. It supports countless formats, custom labels & styles, jQuery UI themes, keyboard accessibility and even time zones! And best of all, it's free under the CC-BY-NC-SA license.

查看更多
淡お忘
3楼-- · 2020-05-21 05:09

you don't need the whole ui library just http://jqueryui.com/download disable the other stuff or you can use google ajax api cdn. the best alternative to jui datepicker is the html5 datepicker with is only supported by opera so far <input type="datetime-local" />

查看更多
Anthone
4楼-- · 2020-05-21 05:15

Maybe something like that: Alternate Date Picker - completely different approach - more like proof of concept, then actual solution.

查看更多
够拽才男人
5楼-- · 2020-05-21 05:18

The best alternative I know is Kelvin luck's datepicker.

查看更多
登录 后发表回答