正在寻找生日日期选择器而不是 jQuery UI Datepicker
我正在寻找像这样的 js/jQuery 插件日期选择器 http://www.styledisplay.com/mootoolsdatepicker/ 因为这个使用 MooTools,带有下拉年份和月份,
非常感谢
am looking for a js/jQuery plugins datepicker like this http://www.styledisplay.com/mootoolsdatepicker/ because this one uses MooTools, with dropdown year and month
thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jQuery UI 有一个内置的日期选择器。如果您担心 jQuery UI 是资源密集型的,您可以根据您的需要构建/定制您的 jQuery UI 发行版。
尝试仅使用必要的模块来构建它,应该没问题。
jQuery UI 非常稳定/可定制,应该足以满足您的需求。
jQuery UI has a built in datepicker. You can build/tailor your distribution of jQuery UI to your needs if your concern is that it is resource intensive.
Try building it with only the necessary modules and you should be fine.
jQuery UI is very stable/customizable and should more than suit your needs.
使用
http://www.kelvinluck.com/assets/jquery/datePicker/v2/ demo/
但还有更多选项:
但我真的建议你使用 jQuery UI Datepicker 它是最稳定和受支持的datepicker,当涉及到资源问题时,请使用 google cdn api 并从那里加载它,这样您就不需要向项目添加更多 .js 文件。
I have used
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/
but there are many more options:
But I would really really advise you to use jQuery UI Datepicker it is the most stable and supported datepicker and when it comes to ressource concerns, use the google cdn api and load it from there so you don't need to add more .js files to your project.