[BangPypers] two dropdowns dependents on each other

Gora Mohanty gora at mimirtech.com
Tue Aug 16 09:14:53 CEST 2011


On Tue, Aug 16, 2011 at 11:16 AM, Asif Jamadar <asif.jamadar at rezayat.net> wrote:
> I have two dropdowns one dropdown is dependent on other (Ex. Country/State dropdowns)
>
> Now how can I implement this thing in django?
[...]

This is probably best done with a layer on top of
Javascript: I would recommend jQuery. Depending
on your requirements, you might or might not want
AJAX. Searching Google for "jquery country state
select" turns up many likely-looking examples.

Regards,
Gora


More information about the BangPypers mailing list