javascript - About jQuery auto-complete plug in -


so have quick question regarding feature i'm trying add web application. simple project school.

i using jquery ui library autocomplete. however, i'm building dictionary app... want whenever user starts typing texfield, word suggestions come in auto complete. however, i'm having hard time thinking how happen...

i've done research on how use jquery ui autocomplete() method, , know requires source draw suggestions makes.

this i'm running problem. i'm using oxford dictionaries api application in order retrieve definition of searched word. when ajax request made, returns data on particular word; 1 sent call.

manually creating array hundreds of thousands of words suggest seems quite impractical... there way can achieve goal using oxford api, or other tools available out there...? thank you.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -