Lets say I have a selectbox wit 10 predefined amounts and an option ‘other’. If I select ‘other’ i get an input box to give the amount. When I leave that field i wnat the value of the selecbox to be the amount typed in the input box. How would I do that with jquery?
Share
Im assuming that ‘selectbox’ is equivalent to an HTML ‘select’ tag. here ‘otherInpute’ is a text input box and ‘someSelect’ is a HTML ‘select’ tag.