skip to Main Content

Uncaught TypeError: $.ajax is not a function | Updating dropdowns based on Django model – Jquery ajax

I have a problem when trying to update my dropdown (<select> element) based on Django model triggered by another dropdown (let's call it A) change. I followed this tutorial: https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html When I change the dropdown A, I get the following…

VIEW QUESTION
Back To Top
Search