how to implement Search function using Javascript or jquery

后端 未结 4 1438
花落未央
花落未央 2020-12-29 15:09

here i write code where all persons names comes from Facebook API . and it is showing on lightbox. now i want to implement search functionality using javasciprt/jquery . Can

4条回答
  •  醉话见心
    2020-12-29 15:38

    You can use regular expression instead of indexOf as it may not work in IE7/IE8 and using regular expression you will can also use the 'i' modifier to make the search case insensitive.

    Thanks

提交回复
热议问题