jQuery 中的可编辑下拉菜单
我有一个要求,医生将搜索患者的姓名。
也可能有多个具有相同姓名的患者,因此当他开始搜索时,他必须获得一个下拉列表,其中包含与他输入的姓名相匹配的所有患者。 他必须能够从中进行选择,并且他必须仍然能够输入新的新搜索,并且下拉列表必须更改。
我该怎么做?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 jQuery UI 自动完成。特别是,此演示(组合框)看起来像您想要做的事情。
Take a look at jQuery UI autocomplete. In particular, this demo (Combobox) looks like what you are trying to do.