What solutions accomplish the same auto-completion that SO uses for entering tags?
There are plugins that can handle one word but I haven't seen any that handle multiple words.
Also, should I link directly to Google's hosted code for jQuery?
|
What solutions accomplish the same auto-completion that SO uses for entering tags? There are plugins that can handle one word but I haven't seen any that handle multiple words. Also, should I link directly to Google's hosted code for jQuery? |
||||
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Check out my new jquery-ui plugin ive created, it supports the jquery ui automcomplete, and tags can be single or multiple words. |
|||||||||||||||
|
|
To answer the thing about Google. I have moved over to accessing JQuery via http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js in my sites. As more people do this means that it's more likely to be cached on user's machines, so my vote goes for good idea. |
|||||||||||||||||||
|
|
Another excellent plugin: http://documentcloud.github.com/visualsearch/ |
|||
|
|
|
This plugin:
how to use AJAX for loading the tags http://stackoverflow.com/a/7662534/1078027 |
||||
|
|
|
We just open-sourced this jquery plug-in https://github.com/tactivos/jquery-sew |
|||||
|
|
There are many tutorials out there for doing this with many libraries (not just jquery). If you learn xmlhttprequest object in javascript you won't need to use a library at all for something this simple. |
|||
|
|
Bootstrap: If you are using Bootstrap. This is a really good one: Select2 Also, TokenInput is an interesting one. First, it does not depend on jQuery-UI, second it's config is very smooth. The only issue I had it does not support free-tagging natively. So, I have to return the query-string back to client as a part of response JSON. |
||||
|
|