如何使选择字段显示选项列表? - JavaScript/jQuery

发布于 2024-09-10 02:26:03 字数 169 浏览 3 评论 0原文

我正在尝试模仿对选择字段的关注。

例如,当用户获得对选择字段的关注时,选择字段会在下拉列表中显示选项。

使用 $('select').focus() 时,不会显示选项。


这家伙有什么帮助吗? =)

I'm trying to mimic focus on a select field.

e.g. When a user gains focus on a select field, the select field shows the options in a drop down list.

When using $('select').focus(), the options are not shown.


Any help on this one guys? =)

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

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

发布评论

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

评论(1

甜警司 2024-09-17 02:26:03

在聚焦时将选择的大小属性设置为 6(或任何您喜欢的小整数),在模糊时设置为 0。

Set the size attribute of the select to 6 (or whatever small int you like) on focus and back to 0 on blur.

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