Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top