Merge branch 'main' of http://10.dbnt.co.kr:50501/DBNT/geoinfo_eGov_work
commit
d570a4b713
|
|
@ -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