$('[name=type]').change(function(){
var type = $(this).find(':selected').text();
alert(type);
});
<select name='type'>
<option value="1">กลุ่มอาการปวดศีรษะอื่น ๆ ( G44 )</option>
<option value="2">กลุ่มอาการปวดศีรษะอื่น ๆ ( G44 ) - 2</option>
</select>
ลองเล่นดูคับ ข้างบนนี่มันจะ alert() ค่าออกมาให้ดู ส่วนถ้าจะให้ไปใส่ไว้ที่ไหนก็เอาค่าไปใส่ได้เลย
ใช้พวก $('#target').html(type) หรือ $('#target').append(type) แล้วแต่สถานะการณ์คับ
ส่วนถ้าจะ copy ค่าที่เลือกเข้า clipboard เพื่อให้ใช้กับ ctrl+v ได้ต้องใช้ flash ช่วยครับ