How can I populate another dropdown with the onChange event of the first dropdown?
Posted
by Dr. Hfuhruhurr
on Stack Overflow
See other posts from Stack Overflow
or by Dr. Hfuhruhurr
Published on 2008-11-16T15:05:48Z
Indexed on
2010/05/28
0:31 UTC
Read the original article
Hit count: 273
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?
© Stack Overflow or respective owner