I have done some research on this (Select Menu) as I really do need some support with this issue. What I want to accomplish is the Standard Select menu shown on this page:
http://harvesthq.github.io/chosen/
Including the search bar.
BUT, I also want to turn that into something like this:
http://blueicestudios.com/chained-select-boxes/three-tier/
In the sense that the FIRST drop down will show Countries, the second will display States based on the Country Selected, and the third will display Cities, of course based on the state selected (the fade effect isn’t necessary, but ok)…A side note on this: Can the drop down along with the text outside the drop down (ex: States) change based on the country selected? Ex: If Canada is selected, can the second drop down say: Province instead of State? This is highly important!
Also, I want each of the drop down menus to degrade gracefully, another words, if javascript is disabled, I want the standard drop down still function, without js of course.
I know this is all possible, in the sense that I have seen different sites that utilize this navigation structure, I just don’t know if something like this can be purchased ready made, or I have to purchase it as part of a full-featured script, which I don’t want to do.
Note: I have tried codecanyon.net and haven’t found something like this.
To sum of everything, I want a 3-Tier Select Menu (Dropdown) for locations based on:
Country
State / Province / Region
City
With a touch of class, which is why I wanted to go with jQuery, BUT, through experience, I know that not everyone likes javascript enabled so that WILL IMPACT my website in the worst possible way, so I need to make the jQuery menu ‘fall back’ to a non-js version of the same menu gracefully.
Thank you in advance!
Brian
View full post on Tycoon Talk