* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
<img src="assets/bag.png" usemap="#bagmap" style="width:900px" border="0" id="bagimg">
<map name="bagmap">
<area shape="poly" coords="217,114,254,116,277,132,304,115,340,110,387,116,398,141,391,199,389,217,359,217,302,209,284,190,263,206,225,197,199,193,186,165,178,128" href="#" id="buckle1">
</map>
<script src="http://code.jquery.com/jquery.js"></script>
<script>
$(document).ready(function(){
$("#buckle1").on("mouseover", function(){
$("#bagimg").attr("src", "assets/bag_buckle1.png")
})
$("#buckle1").on("mouseout", function(){
$("#bagimg").attr("src", "assets/bag.png")
})
$("#buckle1").on("click", function(){
alert('buckle1 tip')
})
})
</script>