键盘导航一年下拉
默认情况下,具有多年历史的下拉菜单内置了键盘导航。例如,如果我关注下拉菜单并输入 1992,它将转到该选项。
我想知道是否有办法启用两位数年份导航,以便我可以输入 92,而不是完整的 1992。
另一个问题是,如果您输入两位数年份,那么它将转到最近的年份下拉菜单中的年份。因此,如果我输入 09,那么它将转到 2009 年,而不是 1909 年。
有人有关于使用 JQuery 实现此功能的最佳方法的示例或想法吗?
更新: 它必须与 Firefox 5 和 IE7 兼容。
By default, a dropdown that has a bunch of years in it has built in keyboard navigation. For instance, if I focus on the dropdown and type 1992, it will go to that option.
I am wondering if there is a way to enable a two digit year navigation, so that I can type 92, rather than the full 1992.
The other catch is that if you type a two digit year, then it would go to the most recent year in the dropdown. So if I type 09, then it would go to 2009 rather than 1909.
Anyone have any example or an idea on the best way to implement this with JQuery?
UPDATE:
It must work with Firefox 5 and IE7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为仅仅使用 HTML + CSS 就能得到你想要的东西。如果你使用 jQuery,我肯定会查看 Chosen 插件 - http://harvesthq.github.com/chosen /。
I dont think you will get what you're looking for with just HTML + CSS. If you are using jQuery, I would definitely check out the Chosen plugin - http://harvesthq.github.com/chosen/.