javascript - Auto complete tag like stackoverflow -



javascript - Auto complete tag like stackoverflow -

this question has reply here:

jquery autocomplete tagging plug-in stackoverflow's input tags? 7 answers

what thought behind implementing tagging scheme stackoverflow? question front-end implementation of it. libraries available out there allow me create front-end tagging scheme auto-complete , tag separator 1 stackoverflow/pivotal tracker uses?

jquery ui autocomplete start. here example shows multiple selections in single textbox.

and here documentation on using multiple values jquery ui autocomplete. i've used autocomplete in several projects variety of purposes, including tagging ui.

of course, need handler receive selected values, that's pretty trivial ajax. question front-end implementation, assume have back-end info structures covered.

javascript jquery css html5

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -