java - Select from a drop down list, options in a second drop down list -


i'm new forum, , hope me, i've been searching google endlessly last few days.

i'm writing app can choose location, ex. grocery store, petrol station, , scenario asking if can pay card.
scenario gets translated language.

what i'm trying accomplish following:

i select location drop down list, in turn give me options selection in second drop down list.

example:

select grocery store first drop down 

the second drop down must populate scenarios use in grocery store

select petrol station first drop down 

the second drop down must populate scenarios use @ petrol station.

i post code, if needed!

attach select listener on first combo in fill select options second combo.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -