Jquery select change
페이지 정보
작성자 관리자 작성일21-02-01 15:09 조회169회 댓글0건관련링크
본문
$("#select-id").change(function(){
var text = $("option:selected", this).text();
var val = $("option:selected", this).val();
});
select 값을 변경시 text, value 의 선택된값 처리
댓글목록
등록된 댓글이 없습니다.