I'm using this plugin to select multiple items with autosuggestions.

Drew Wilson's Auto Suggest JQuery plugin

I need to have more than one input of this type with different items. I use different datasources and classes to each input so they dont use the same data. I've already tried using two inputs with the autosuggest plugin. However, when i do this, only the last input works and the others become simple textboxes.

有帮助吗?

解决方案

So, I realised Drew Wilson's Auto Suggest JQuery plugin doesn't work with more than one autosuggest input, I guess. Best option to solve this is to use Jquery's UI autocomplete.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top