i want copy text from select options into another automatically input , i have find this : http://jsfiddle.net/6khr8e2b/ but i cannot change it.
i want do this:
<select >
<option value="0">AAAA</option>
<option value="1">BBBB</option>
</select>
<select >
<option value="0">CCCC</option>
<option value="1">DDDD</option>
</select>
<input type="text" >
i will have two select and one input when i chose on selects AAAA and DDDD i want that in input value automatically type: AAAA DDDD