JQuery 在动态表单元素上自动完成?
可能最容易在这个小提琴上看到:
如果您选择 escherpropname
在第一个下拉列表中,第三个下拉列表被文本框输入替换。
我想对这些文本框应用自动完成插件,但它可以选择的值取决于第一个下拉列表的选定值。
这里的代码看起来很简单: http://jqueryui.com/demos/autocomplete/ 和那么我只需要以某种方式将文本框的 id 设置为下拉列表中选定的值,以便它只能从该特定数组中选择值 - 如果这有意义吗?
如果有任何困惑,请告诉我,我会尽力更好地解释自己。
感谢您的帮助。
马丁
Probably easiest to see on this fiddle:
If you select escherpropname
in the first drop-down, the third drop-down is replaced by a text box input.
I would like to apply an auto-complete plugin to these text boxes but the values it can choose from to be dependant on the the selected value of the first-drop down.
The code here looks straight-forward enough: http://jqueryui.com/demos/autocomplete/ and then I only need to somehow set the id of the text-box to the selected value of the drop-down so that it can only choose values from that particular array - if that makes sense?
If there is any confusion let me know and I will try and explain myself a little better.
Thank you for any help.
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你在做什么,但它似乎可以这个方式工作。
I don't how you are doing but it seems to work THIS way.