How can I populate another dropdown with the onChange event of the first dropdown?
- by Dr. Hfuhruhurr
Hi,
with jquery, or with simple just javascript, I want to populate a 2nd dropdown from the choice of the first dropdown.
The value of the first dropdown is the condition to get rows for the second dropdown.
How does the onChange event look like?