How can I set up JQuery autocomplete like Stackoverflow's tags input field?
- by d03boy
I'm using PHP and I've never really done anything with Javascript or JQuery or AJAX. I'm just wondering if there are any available solutions to accomplish the same effect of auto-completion that SO uses for entering tags.
There are plugins which can handle one word but I haven't seen any that handles multiple words.
Also, I hear JQuery is hosted on google code. Is it a good or bad idea to link directly from that?