const isTouchDevice = (navigator.maxTouchPoints || 'ontouchstart' in document.documentElement);
if(isTouchDevice){
dep1.attr("href","javascript:void(0)"); //dep1 은 a링크 없애고 싶은 부분
}
728x90
const isTouchDevice = (navigator.maxTouchPoints || 'ontouchstart' in document.documentElement);
if(isTouchDevice){
dep1.attr("href","javascript:void(0)"); //dep1 은 a링크 없애고 싶은 부분
}