I have django project, where in i have a drop down box and a multi-select list. The data in multi-selected list should be populated based on selection from drop down box.
could some one help me here?
I have django project, where in i have a drop down box and a multi-select list. The data in multi-selected list should be populated based on selection from drop down box.
could some one help me here?
Why dont u do this with javascript?
If i understand the problem correctly, below could be a solution:
Of course u may produce cleaner solutions.
Note : U can get the dom objects' id's easily with firebug or chromium debug toolbar