른록노트
[Jquery] 선택된 select안에 option내의 valuer값말고 text값 가져오는 법 본문
$(this).find("option[value='" + $(this).val() + "']").text());
참고사이트
http://blog.freezner.com/archives/1803
반응형
Comments
$(this).find("option[value='" + $(this).val() + "']").text());
참고사이트
http://blog.freezner.com/archives/1803