반응형 반응형 셀렉트박스text값가져오기1 반응형 셀렉트박스의 text 값과 value 값을 가져오는 방법 let target = document.querySelector('#brandCode'); console.log(target.options[target.selectedIndex].value); console.log(target.options[target.selectedIndex].text); 2020. 12. 7. 이전 1 다음 반응형