Django Malayalam | Autocomplete with jQuery UI | AJAX | Search | Filter from Database | Tutorial

preview_player
Показать описание
In this video, we are gonna be showing you how to integrate autocomplete feature in Django in Malayalam. We will be using jquery ui as the front end library, but you are free to use any libraries such as select2 etc. We will autocomplete a field upon typing by using jquery ui autocomplete method. The autocomplete will make a GET request to the specified source( or url ) with the query parameter term and its value being the typed letters. The Django backend will then fetch the term and filter the model either by using istartswith or icontains and then transform the queryset into a list of values and then send the list as json response to the front end client. The front end autocomplete will then parse the result and give the appropriate suggestions to the input field. We will also talk about the minLength property of the jquery ui autocomplete method. This autocomplete can be used for a variety of applications like django autocomplete search, django autocomplete search box, django autocomplete field, django autocomplete form, django autocomplete from database, django autocomplete text field etc. The video is completely in Malayalam.

Subscribe | Code Band

Other videos in Code Band :

:) You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

Superb superb superb
Sir your email address pls, bcz i hv query i wl send my screen

asgeralia
Автор

Sir I hv lot of doubts in autocompelete can u pls share your number

asgeralia