1
I’d like to do the following:
I have 3 Options, and as each one was selected it would bring the result the next option.
Ex: Option 1 Select state | Option 2 Select city
So when selected the state option it bring the existing cities in the next.
It can only be done with jquery or it has to be with database, because the e-commerce platform I use does not have database support for me to climb.
You can even do it with pure JS. For example you can upload JSON files with the states and load via AJAX. You can put all combinations in one . you only too, if you prefer.
– Bacco
possible duplicate of http://answall.com/q/10758/129
– Sergio
I had already searched but had not found the same question as mine.
– Steve Angello