html - Select box with jquery Auto suggestion -


i want select box user can select options manually clicking , in same way able type in select box(auto suggestion).

thanks in advance, sowmya.

a. mean jqueryui autocomplete? http://jqueryui.com/autocomplete/

var availabletags = [       "actionscript",       "applescript",     ];     $( "#tags" ).autocomplete({       source: availabletags     }); 

b. or mean tag input http://xoxco.com/projects/code/tagsinput/
c. want in comment: http://harvesthq.github.io/chosen/


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -