유통지도 CALS 분류 항목 체크박스 클릭하여 표시상태 toggle 버그
parent
d3ea5d648f
commit
ce00512e7c
|
|
@ -459,6 +459,7 @@ function forceUncheckHoleLayerOnOff(ele) {
|
||||||
$(document).on('click', '.map-division-contents .toggleChk', function() {
|
$(document).on('click', '.map-division-contents .toggleChk', function() {
|
||||||
let chkTF = $(this).prop('checked'); // checked 여부 true/false
|
let chkTF = $(this).prop('checked'); // checked 여부 true/false
|
||||||
$(this).closest('li').find('> ul > li > input:checkbox, > ul > li > input:radio').prop('checked', chkTF)
|
$(this).closest('li').find('> ul > li > input:checkbox, > ul > li > input:radio').prop('checked', chkTF)
|
||||||
|
hole_layerOnOff()
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue