1
votes

There is couple things I am trying to with Bootstrap Dropdown Selection. I did look them up, but couldn't find anything useful

MY DROPDOWN MENU

Here is list of functions I like to make

1) After all dropdown menu selected, then you will be able click on submit. So submit needs to dependent all the dropdown selection

2) when dropdown "Select Year" is selected 2011, button text should show "Year:2011" right now its showing just "2011"

enter image description here

3)After selection made, I would like to see text output under selection menu based on selection. I found alert() example but that's not what I really wanted.

Such as "Year:2011 Qtr: 1 State:Texas/Houston"

I am newbie with javascript and bootstrap but I can go thru any documentation that will help me to accomplish all of this.

1

1 Answers

1
votes

I have updated your code: http://jsbin.com/kelolifuda/1/edit?html,js,output If I understand you correctly it should meet all your requirements.

Regards