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.
You could try the jquery-ui
plugin which includes the autocomplete
module.
Demo & Documentation here
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.
Here you go
- Search as you type in SharePoint
- Real time filtering in SharePoint Lists
精彩评论