There is couple things I am trying to with Bootstrap Dropdown Selection. I did look them up, but couldn't find anything useful
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"
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.
