Jeff Fleitz schrieb:
$(this).next().val( data[i] ) worked Jörn, thanks.
Cool.
Any idea how I would make this work when the multiple attribute is
used? Right now it will return only the last value selected.  It would
be nice to capture all of the ids, delimited using the same
multipleSeparator value that the text area uses.
Thats a bit trickier. As you noticed, the event is called for each selected value. The second autocomplete in the demo appends the associated values to a different input one by one. In case the plugin handles that directly, how should it work like?

--
Jörn Zaefferer

http://bassistance.de

Reply via email to