开发者

Creating a search box similar to facebook

开发者 https://www.devze.com 2023-01-28 07:11 出处:网络
I want to create a search box for my website where results are show as I a开发者_如何转开发m typing. The idea is that as people type something in, the user table will be searched for that username.

I want to create a search box for my website where results are show as I a开发者_如何转开发m typing. The idea is that as people type something in, the user table will be searched for that username.

".TBL_USERS." is the table. The row would be username.

How would I go about doing this?

THankyou


Check out jQuery UI Autocomplete widget, it should be what you want.

0

精彩评论

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