네이버라는 사이트에서 빈곳에 마우스포인터를 대고
더블클릭 하면 해당문서에 있는 모든 이미지 파일 옆에 화살표가 생기게 하는거 가능함?
어
해보진 않았지만 될거같아
[].call.forEach(document.querySelectorAll('img'), function(img) { /* 화살표 이미지 css before 속성 따위로 띄우기 */ });
어
해보진 않았지만 될거같아
[].call.forEach(document.querySelectorAll('img'), function(img) { /* 화살표 이미지 css before 속성 따위로 띄우기 */ });