I am a newbie in this field.

I have a sharepoint list containing a set of data and as the user enters his input in the text box it should display the options.

Planning to implement in keyup but unable to understand how to search.

link|improve this question
feedback

4 Answers

up vote 2 down vote accepted

You could try the jquery-ui plugin which includes the autocomplete module.

Demo & Documentation here

link|improve this answer
+1 no need to reinvent the wheel. You can also learn a lot if you read and understand the source code. – bažmegakapa Mar 22 '11 at 8:23
thanks for pointing to the widget – jg1 Mar 25 '11 at 3:44
feedback

jQuery UI propose a widget for autocompletion at this page http://jqueryui.com/demos/autocomplete/. It's possible to have remote datasource. You may find your happyness.

link|improve this answer
feedback

Take a look at this... http://lomalogue.com/jquery/quicksearch/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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