有没有人真正遇到过比 DOB 文本输入更好的日历小部件?
我正在学习asp.net mvc并一直在研究jquery等。 到目前为止,我还没有找到一个真正适合输入出生日期的日历。通常需要大量滚动才能找到正确的年份!只需输入它通常会更容易/更快。 只是想知道是否有人找到了此类事情的好日历的示例,或者如果我尝试制作自己的日历,也许可以为我指出一些好的资源?
Im learning asp.net mvc and have been investigating jquery and the like.
As yet I havent found a calendar that is actually any good for inputting a date of birth. It often involves masses of scrolling to find the correct year! It is often easier/quicker to just type it in.
Just wondering if anyone had found any examples of good calendars for this kind of thing or maybe could point me to some good resources if I tried to make my own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试一个名为“Masked Input”的 jQuery 插件 - http://plugins.jquery.com/project/maskedinput< /a>
Try a jQuery plugin called "Masked Input" - http://plugins.jquery.com/project/maskedinput
我认为 Jquery ui 日历是最好的解决方案,您可以选择年份,而无需向后单击 20-30 次..您只需从选择菜单中选择它,然后将其删除
http://jqueryui.com/demos/datepicker/#dropdown-month-year
您需要点击日期字段才能实际看到它
I think Jquery ui calendar is the best solution for that, you can choose year without clicking 20-30 times backwards .. you just select it from select menu , chk it out
http://jqueryui.com/demos/datepicker/#dropdown-month-year
You need to click on the date field to actually see it