728x90
div 아래에 있는 a 링크일 경우
$(div a).css("cursor", "default");
$(div a).on("click", function(e){
e.preventDefault(); //기본 행위 막기 함수
});
'개발관련 > 기록' 카테고리의 다른 글
[error] 연결이 재설정 되었습니다. error connection reset (0) | 2022.04.18 |
---|---|
vo 불러와서 출력할 때 toString 함수 (기본함수는 ToStringBuilder.reflectionToString(this)) (0) | 2022.03.02 |
There is no tracking information for the current branch. 깃 pull 안될 때 -> 해당 폴더 위치로 cd 이동 (0) | 2022.02.03 |
IE 인터넷 익스플로러 localhost 웹 페이지를 표시할 수 없음 -> http://localhost 로 하면 된다 (0) | 2021.12.30 |
cpu와 입출력 장치에 대한 통신용어- 폴링, 인터럽트, DMA (0) | 2021.12.30 |