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
Post a Comment