最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Multiple level select in html - Stack Overflow

programmeradmin0浏览0评论

I have a select box which runs a JavaScript when the option changes. Now I want to have multi level select, something like menus and submenus etc.

What I want is like I have Option to select Country. As soon as mouse is cliked on country, the cities of that country are brought into the form sideways and maybe third list when city is clicked.

I have seen in this forum where Country-City-Street type select is mentioned and solved but what I want is that the value of the select should be from the last thing (from child dropdown) selected and not something like country->city->region

Also to keep that onchange thing intact.

I have a select box which runs a JavaScript when the option changes. Now I want to have multi level select, something like menus and submenus etc.

What I want is like I have Option to select Country. As soon as mouse is cliked on country, the cities of that country are brought into the form sideways and maybe third list when city is clicked.

I have seen in this forum where Country-City-Street type select is mentioned and solved but what I want is that the value of the select should be from the last thing (from child dropdown) selected and not something like country->city->region

Also to keep that onchange thing intact.

Share Improve this question edited Jul 28, 2012 at 6:30 Mat 207k41 gold badges402 silver badges418 bronze badges asked Jun 23, 2012 at 9:11 user1476582user1476582 111 gold badge1 silver badge2 bronze badges 2
  • Have you tried anything? – Siva Charan Commented Jun 23, 2012 at 9:14
  • 2 This is called a cascading select (in jQuery, of course, too). – Jared Farrish Commented Jun 23, 2012 at 9:14
Add a ment  | 

1 Answer 1

Reset to default 2

There is jQuery plugin from Giva Labs called mcDropdown jQuery Plug-in v1.3.1, which serves similar purpose.

http://www.givainc./labs/mcdropdown_jquery_plugin.htm

and another choice is: http://www.filamentgroup./lab/jquery_ipod_style_and_flyout_menus/

Take a look at it.

发布评论

评论列表(0)

  1. 暂无评论