I do JavaScript programming, and I have found a problem that some block experts should answer drop-down.
Scenario:
I have a field drop-downthat gives some possible options for the provinces, as well as a second (city), which depends only on what is selected in the provinces drop-down.
Is there a way in JavaScript that when I selected among the provinces, the second drop-downgives options from the selected province?
source
share