결론 : 디자이너를 주깁시다 -_-


css 에서는 아래와 같이 filter를 하나 선언해주고

.grayscale {

filter: grayscale( 100% );


jquery를 이용해서 ontile?.map.naver.net 으로 나오는 녀석들이 지도 이미지니까

아래와 같이 해주면 1회에 한해서 흑백으로 나오게 된다.

$('img[draggable][src*="map.naver.net"]').addClass("grayscale") 


[링크 : https://stackoverflow.com/questions/4498177/find-image-src-that-contains]

[링크 : https://stackoverflow.com/questions/835378/jquery-how-to-find-an-image-by-its-src/835472]

[링크 : http://api.jquery.com/attribute-contains-selector/]

Posted by 구차니