键盘导航一年下拉

发布于 2024-12-13 03:27:53 字数 365 浏览 0 评论 0原文

默认情况下,具有多年历史的下拉菜单内置了键盘导航。例如,如果我关注下拉菜单并输入 1992,它将转到该选项。

我想知道是否有办法启用两位数年份导航,以便我可以输入 92,而不是完整的 1992。

另一个问题是,如果您输入两位数年份,那么它将转到最近的年份下拉菜单中的年份。因此,如果我输入 09,那么它将转到 2009 年,而不是 1909 年。

有人有关于使用 JQuery 实现此功能的最佳方法的示例或想法吗?

JSFiddle 在这里。

更新: 它必须与 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?

JSFiddle here.

UPDATE:
It must work with Firefox 5 and IE7.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

节枝 2024-12-20 03:27:53

我不认为仅仅使用 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/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文