Saturday, November 25, 2023

Re: Simple Ajax Search

you can try typeahead.js

https://twitter.github.io/typeahead.js/

On Thursday, 23 November 2023 at 15:10:24 UTC raghav bajaj wrote:
You can make an AJAX call using the oninput event of the search input field. Use a GET method to fetch the results from the DB in the AJAX call.

On Thu, Nov 23, 2023 at 6:06 PM lone...@gmail.com <lone...@gmail.com> wrote:
Hello all,

   I am looking for a simple how-to on creating an interactive search on a text field.  As the user types the search results change and the user can click on the search result that they want.  I have installed jquery3 and bootstrap5 in my django project.

Thank you.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6bc300c2-1d1f-4e87-90bb-1311e2120c77n%40googlegroups.com.


--
Raghav Bajaj
Cell: +91 7420889933

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d3e27813-ac8d-4a92-b99b-72b4777ba414n%40googlegroups.com.

No comments:

Post a Comment