홈페이지 소스
[소스] 다중 Select로 이루어진 계산식
작성자
꿘쓰
작성일/수정일
2022-08-25 23:35:28 / 2022-08-24 15:40:41
다중 Select(3개)를 이용한 계산식 만들기
Select option 선택에 따라 값을 더하거나 다른 Select Option을 제어
//조건 값을 검색해서 hide 처리.
$('#selector3').find('[value=24000]').hide();
http://www.relation.co.kr/images_board/board_system_publishing/15/
github : https://github.com/superd75/rm001_par5/blob/main/15/index.php
Select option 선택에 따라 값을 더하거나 다른 Select Option을 제어
//조건 값을 검색해서 hide 처리.
$('#selector3').find('[value=24000]').hide();
http://www.relation.co.kr/images_board/board_system_publishing/15/
github : https://github.com/superd75/rm001_par5/blob/main/15/index.php