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

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -