开发者

How to get auto suggestion from server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

Improve t开发者_如何学Chis question

How to get auto suggestion from server, list of items in textbox which can be selected in Java/J2EE ?


I would suggest using jQuery it has a nice autocomplete plugin. You will need to build a simple webservice to provide the data.

So you will be building the simple Java backend that deals with getting the data out and then using the autocomplete to consume that data on the front end.


You need to use AJAX to do it.

Try this.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜