is this possible dropdownlist with autocomplete and checkbox?

匆匆过客 提交于 2020-01-05 09:06:13

问题


Briefly, i wanna use autocomplete and selectable checkboxes with dropdownlist if possible?

i'm using UFD autocomplete plugin with my dropdownlists. And there's another plugin i googled JQuery Dropdown Check List.

Is there anyway to combine them or another idea?


回答1:


see if this is helpful it may not expose checkbox directly to the user but you can achieve the desired feature with demo. it is available in two flavors jquery and Prototype. Selected and Disabled Support or <'optgroup'> Support or Multiple Select demos may be of your interest i think Multiple Select does the same

hope this will suffice your needs....




回答2:


Why do you need checkboxes in autocomplete, i dont understand. In autocomplete you always search for one item. So you can search and enter something or click the link and add the found item to selected javascript array. I think this would be more usefull for you.



来源:https://stackoverflow.com/questions/9172500/is-this-possible-dropdownlist-with-autocomplete-and-checkbox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!