모바일 이미지맵 적용
모바일에서 이미지맵 적용입니다.
<map name="vline02.jpg">
<area shape="rect" coords="678,52,1111,184" href="" target="" alt="" />
<area shape="rect" coords="812,213,1095,265" href="" target="_blank" alt="" />
<area shape="rect" coords="812,307,1092,363" href="" target="_blank" alt="" />
<area shape="rect" coords="814,404,1092,457" href="" target="_blank" alt="" />
</map>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="경로/jquery.rwdImageMaps.min.js"></script>
<script>
$(document).ready(function(e) {
$('img[usemap]').rwdImageMaps();
});
</script>
<map name="vline02.jpg">
<area shape="rect" coords="678,52,1111,184" href="" target="" alt="" />
<area shape="rect" coords="812,213,1095,265" href="" target="_blank" alt="" />
<area shape="rect" coords="812,307,1092,363" href="" target="_blank" alt="" />
<area shape="rect" coords="814,404,1092,457" href="" target="_blank" alt="" />
</map>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="경로/jquery.rwdImageMaps.min.js"></script>
<script>
$(document).ready(function(e) {
$('img[usemap]').rwdImageMaps();
});
</script>
첨부파일
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 5개
https://github.com/stowball/jQuery-rwdImageMaps