How can I set up JQuery autocomplete like Stackoverflow's tags input field?

Posted by d03boy on Stack Overflow See other posts from Stack Overflow or by d03boy
Published on 2009-02-06T04:27:57Z Indexed on 2010/04/20 11:03 UTC
Read the original article Hit count: 391

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery