-
간단한 예제입니다. $(document).ready(function(){ //셀렉트 박스의 값이 변경될때.. $("#selectBox").on("change",function(){ console.log($(this).val()); }); });