Response title
This is preview!
Here are the 3 select menus in my html, but only the first select menu
works (i.e., after I select a value from the drop down list, the
selected value is displayed in the box); the 2nd and 3rd select menu
do not display the selected values after my selection from the list.
Anyone can tell me what the problem is?
Your second select has no options given, so no wonder you can't display a value - there are no values to choose from!Welcome. jQuery Mobile is the easiest way to build sites and apps that are accessible on all popular smartphone, tablet and desktop devices. For jQuery 1.7.0 to 1.8.2.
I am not sure what difference there is between the 1st select menu that works and the 2nd/3rd select menus that do not.
Your second select has no options given, so no wonder you can't display a value - there are no values to choose from!
Your third "select" is missing the <select>, so, again, not very surprising.
© 2013 jQuery Foundation
Sponsored by and others.