jQuery 中的可编辑下拉菜单

发布于 2024-08-30 06:12:24 字数 148 浏览 0 评论 0原文

我有一个要求,医生将搜索患者的姓名。

也可能有多个具有相同姓名的患者,因此当他开始搜索时,他必须获得一个下拉列表,其中包含与他输入的姓名相匹配的所有患者。 他必须能够从中进行选择,并且他必须仍然能够输入新的新搜索,并且下拉列表必须更改。

我该怎么做?

I have a requirement where the name of the patient will be searched by the doctor.

There may be multiple patients with same name as well, so when he starts searching he must get a drop-down list of all the patients with matching names he has typed.
He must be able to select from it and he must be still able to type new new search and drop down must change.

How can I do this?

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

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

发布评论

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

评论(1

梦醒灬来后我 2024-09-06 06:12:24

查看 jQuery UI 自动完成。特别是,此演示(组合框)看起来像您想要做的事情。

Take a look at jQuery UI autocomplete. In particular, this demo (Combobox) looks like what you are trying to do.

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