filmov
tv
Django Malayalam | Autocomplete with jQuery UI | AJAX | Search | Filter from Database | Tutorial
Показать описание
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:
Subscribe | Code Band
Other videos in Code Band :
:) You Can Find Me On:
Комментарии