vote up 0 vote down star
2

Hi there

I'm lookin for a javascript plugin (for js/any framework)

I want to create a textarea that while I type will using a supplied data array, check for predictive matches to the current word im typing and try to suggest a solution.

All solutions I've found so far (for jquery) only match one word, then end...

I want to write like a sentence or paragraph but have autocomplete ability.

Mockup image attached.alt text

flag

17% accept rate

1 Answer

vote up 1 vote down

JQuery provides autocomplete facility. try below link for download and demo single word

Your exclusive operation also availabe in jquery in following blog link. multiple word prediction

and its source available here

link|flag
would be nice if the link on that blog to download the source code worked... aka useless at the moment – pablo Oct 15 at 4:09
yeah on that page you linked to even in the edited link , the blog author links to: mycodes.schtuff.com/auto_complete_zip which is d e a d. the comments on the blog also say "broken link" i found the following: s3maphor3.org/tagdragon but you have to pay. but it essentially is what I was talking about – pablo Oct 15 at 4:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.