jg1
jg1

Reputation: 29

Implementing Live Search using Jquery

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.

Upvotes: 1

Views: 1242

Answers (3)

Yoann
Yoann

Reputation: 5077

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.

Upvotes: 0

Fareesh Vijayarangam
Fareesh Vijayarangam

Reputation: 5052

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

Demo & Documentation here

Upvotes: 2

Related Questions