javascript - Django and autocomplete quick and dirty approach -


can suggest simple quick , dirty method of providing autocomplete text field example. may consider drop down later on. can think of few strategies doing this, i'd stay away non-standard django packages.

are there js libraries help? thinking speed, need query options - i.e. text fields , let js/jquery figure out 1 works best , i'll expose js/jquery library list of keywords.

any suggestions save time?

there pretty 1 option i'd suggest:

django-autocomplete-light’s purpose enable autocompletes , in django project: fruit of half decade of r&d , thousands of contributions. designed django every part overridable or reusable independently. stable, tested, documented , supported: tries neighbour in django ecosystem.

its easy setup, has no dependencies , plays django.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -