For instance , a selectbox has 3 options
a, b,c
each one has a message assign
a : message for a
b : message for b
c : message for c
What i would like to achieve is when the optiton select , the message will be display next to the selectbox, when the optiton value change, the message will be changed at the same time. The messages are stored in an array
Thank you.
Here is the link of a selectbox, it is not simple selectbox though, as there are three option in each three select box, when a option is selected , that option in the rest of the selectbox will be disabled
Proof:
http://jsfiddle.net/iambriansreed/G7Lvx/
HTML:
JavaScript: