Hello. I have been reading through as much of the AJAX topics and
AJAX tutorials surround Django as I have had time for, but I am lost in
the flow of things. First some background information, I have three
dynamic & dependent selects (dropdown lists). The options for the
selects are populated from a database. The second select gets populated
once an option from the first select has been chosen, and the third
select gets populated once an option from the third select has been
chosen. Dynamic and dependent selects. I do not understand what happens
behind the scenes from the time a visitor selects an option from the
first dropdown list to the time the second drop down list gets
populated with its relevent options.
Here's my idea or at least the little bit that I can put together
so far: The first select has an onclick="CALL_SOME_FUNCTION" that kicks
off the process of retreiving the second select's data and make the
changes using DOM manipulation. Now I get lost though. How does the
view.py come into place and everything else (models.py, urls.py, etc)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---