Vivek
Vivek

Reputation: 1461

AJAX + autocomplete

I have a JSP page with a vector object which has about 10000 words.

Currently I am displaying them in a table format. Now I want to introduce a text box, where I enter the work and autocomplete is a part of it and the table below also gets updated with the results of the auto complete list.

Any examples?

Upvotes: 0

Views: 2397

Answers (2)

Vivek
Vivek

Reputation: 1461

I sorted out this functionality using jQuery table (http://www.datatables.net/).

Upvotes: 1

James.Xu
James.Xu

Reputation: 8295

Have a look at JQuery Autocomplete.

Upvotes: 3

Related Questions