Dev/JS/JQuery
Select 박스에서 선택된 Option 텍스트값 가져오기
CloudLess
2013. 8. 27. 18:15
<option value="0">선택하세요</option>
var target = document.getElementById("testSelect");
target.options[target.selectedIndex].text // is 선택하세요