开发者

jQuery ajax search

I would like to implement a window below a searchbar, which displays search results name + 开发者_Python百科their image. At the moment a summy object with the info would be enough. Something like this maybe?

data: "{one : 'test',two: 'test2' }"

I have some basic jquery knowlegde, but dont really know where to start.

Thanks


There is a jQuery UI autocomplete plugin which is nice and easy to setup, just pass data as your data argument


It sounds like you're looking for autocomplete. Look up the jQuery autocomplete widget and start from there.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜