How can I create editable combobox?

I need to fill in a combo box from a database query (this part is not a problem). Then, if the user does not find an option, he can enter his own text and save in Db with an index. Add a new item to store in Db with index and display the value from db with index and value.

using jquery or javascript ...

Help plz ..

0
jquery
source share
1 answer

There is actually a plugin called jEC

Product page

Demo

jEC on google code

+4
source share

All Articles