티스토리 툴바


h3.paran.com 간단하게 사용해보기

분류없음 2011/11/11 10:34 Posted by 참새신랑
클릭질로 점프 시키키
$(".hman").live('click', function() {$(this).animate({bottom:300},600).animate({bottom:77}, 600)});

스페이스키로 점프 시키키
$(document).bind('keydown',function(e){if(e.which!=32) return;$(".hman").animate({bottom:300},600).animate({bottom:77},600)});

그냥 잉여짓
저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License