开发者

Implementing Live Search using Jquery

开发者 https://www.devze.com 2023-02-18 18:11 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消