jquery性感女性图片广告
jquery性感女性图片广告是一款jquery click方法制作性感的女性图片广告代码下载。
<script type="text/javascript">
var hand = $('#hand'), target = $('#target'), downloaded = false;
target.on('click', function(event){
event.preventDefault();
target.addClass('animate-active');
hand.hide();
setTimeout(function() {
target.removeClass('animate-active');
hand.show();
}, 200);
});
</script>