JQUERY 셀렉트 박스 Attribute Selector로 속성값 가져오기
페이지 정보
본문
$("#foo").find(':selected').attr('data-id');
$("#foo option:selected").attr('data-id');
$("#foo option:selected").attr('data-id');
추천 0 비추천 0
- 다음글jQuery show(), hide() 유무 확인 19.08.20
댓글목록
등록된 댓글이 없습니다.